We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edda103 commit 472b7c5Copy full SHA for 472b7c5
contracts/voting/dao-voting-cosmos-staked/src/tests/test_tube/integration_tests.rs
@@ -101,8 +101,8 @@ fn test_staked_voting_power_and_update() {
101
.to_any(),
102
),
103
expiration: Some(osmosis_std::shim::Timestamp {
104
- seconds: expiration.seconds(),
105
- nanos: expiration.subsec_nanos(),
+ seconds: expiration.seconds() as i64,
+ nanos: expiration.subsec_nanos() as i32,
106
}),
107
108
}
0 commit comments