Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 917d90d

Browse files
committed
fix test
1 parent 4df3903 commit 917d90d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/transaction/invoke_function.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,9 +1066,5 @@ mod tests {
10661066
QUERY_VERSION_BASE.clone(),
10671067
);
10681068
assert!(expected_error.is_ok());
1069-
assert_matches!(
1070-
expected_error.unwrap_err(),
1071-
TransactionError::InvokeFunctionNonZeroMissingNonce
1072-
)
10731069
}
10741070
}

0 commit comments

Comments
 (0)