Skip to content

Commit 7722606

Browse files
committed
fix test
1 parent 85a7385 commit 7722606

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/cljs/vd_designer/pages/form/controller_test.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,11 @@
336336
(deftest strip-empty-where-nodes-test
337337
(testing "strip empty where"
338338
(is (match?
339-
{:where nil}
339+
{}
340340
(sut/strip-empty-where-nodes {:where []}))))
341341
(testing "strip non empty where with empty node"
342342
(is (match?
343-
{:where nil}
343+
{}
344344
(sut/strip-empty-where-nodes {:where [{:path ""}]}))))
345345
(testing "strip non empty where with non empty node"
346346
(is (match?

0 commit comments

Comments
 (0)