Skip to content

Commit 525822d

Browse files
committed
Passing CI tests
1 parent 0450734 commit 525822d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/cw4-stake/src/contract.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ mod tests {
562562
ContractError::Std(StdError::Underflow {
563563
minuend,
564564
subtrahend,
565-
backtrace,
566565
}) => {
567566
assert_eq!(minuend.as_str(), "5000");
568567
assert_eq!(subtrahend.as_str(), "5100");

0 commit comments

Comments
 (0)