From 78320fd18b9e3c1a41b74d6ab17ad17d2150d1f2 Mon Sep 17 00:00:00 2001 From: Nikita Strygin Date: Fri, 24 May 2024 19:26:55 +0300 Subject: [PATCH] fixup! feat: add ui test for filtering singular queries in smart contracts Signed-off-by: Nikita Strygin --- smart_contract/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smart_contract/Cargo.toml b/smart_contract/Cargo.toml index a7c3f6f5e86..0ae154aa372 100644 --- a/smart_contract/Cargo.toml +++ b/smart_contract/Cargo.toml @@ -32,4 +32,4 @@ webassembly-test = "0.1.0" # Not used directly but required for compilation getrandom = { version = "0.2", features = ["custom"] } -trybuild = { workspace = true } \ No newline at end of file +trybuild = { workspace = true }