Skip to content

Commit ee9d0d7

Browse files
committed
test: 🐛 Fixed failing cw20 staking integration test
1 parent da2b978 commit ee9d0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integration/tests/cw20_staking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ fn test_cw20_staking_app() {
144144
.wrap()
145145
.query_wasm_smart(cw20_addr.clone(), &mock_get_version())
146146
.unwrap();
147-
assert_eq!(version.version, "1.0.0-rc.1");
147+
assert_eq!(version.version, "1.0.0");
148148

149149
assert_eq!(balance_one.balance, Uint128::from(1000u128));
150150
let balance_two: BalanceResponse = router

0 commit comments

Comments
 (0)