Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehemmerle committed Nov 27, 2023
1 parent 89f485f commit 0c2a673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/tests/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ fn test_empty_bytecode_fails() {

let res = runtime.evaluate(&[], &signature_request);
assert_eq!(res.unwrap_err().to_string(), "Bytecode length is zero");
}
}

0 comments on commit 0c2a673

Please sign in to comment.