Skip to content

Commit

Permalink
Update fuel-vm/src/interpreter/blockchain/smo_tests.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Brandon Kite <[email protected]>
  • Loading branch information
xgreenx and Voxelot authored May 3, 2023
1 parent 0099ea8 commit 6fd7d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel-vm/src/interpreter/blockchain/smo_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Default for Input {
amount_coins_to_send: 0,
..Default::default()
} => matches Ok(Output { .. })
; "Call abi can't be zero"
; "message data can be zero-length"
)]
#[test_case(
Input {
Expand Down

0 comments on commit 6fd7d8c

Please sign in to comment.