File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
lazer/contracts/sui/tests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ public fun test_parse_and_verify_le_ecdsa_update() {
7070 assert !(feed_1.confidence () == option::none (), 0 );
7171 assert !(feed_1.funding_rate () == option::some (option::none ()), 0 );
7272 assert !(feed_1.funding_timestamp () == option::some (option::none ()), 0 );
73+ assert !(feed_1.funding_rate_interval () == option::some (option::none ()), 0 );
7374
7475 let feed_2 = vector ::borrow (&update.feeds (), 1 );
7576 assert !(feed_2.feed_id () == 2 , 0 );
@@ -81,6 +82,7 @@ public fun test_parse_and_verify_le_ecdsa_update() {
8182 assert !(feed_2.confidence () == option::none (), 0 );
8283 assert !(feed_2.funding_rate () == option::some (option::none ()), 0 );
8384 assert !(feed_2.funding_timestamp () == option::some (option::none ()), 0 );
85+ assert !(feed_2.funding_rate_interval () == option::some (option::none ()), 0 );
8486
8587 let feed_3 = vector ::borrow (&update.feeds (), 2 );
8688 assert !(feed_3.feed_id () == 112 , 0 );
You can’t perform that action at this time.
0 commit comments