Skip to content

Commit

Permalink
fixup! feat: add ui test for filtering singular queries in smart cont…
Browse files Browse the repository at this point in the history
…racts

Signed-off-by: Nikita Strygin <[email protected]>
  • Loading branch information
DCNick3 committed May 24, 2024
1 parent 71fee78 commit 121c49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smart_contract/tests/ui.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#![cfg(not(coverage))]
#![cfg(not(target_arch = "wasm32"))]

use trybuild::TestCases;

#[cfg(not(target_arch = "wasm32"))]
#[test]
fn ui() {
let test_cases = TestCases::new();
Expand Down

0 comments on commit 121c49c

Please sign in to comment.