Skip to content
Snippets Groups Projects
Commit e6186570 authored by Simon Belak's avatar Simon Belak
Browse files

fix test

parent 1acdc3b9
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
(expect (every? some? (get-rules ["metrics"])))
(expect (every? some? (get-rules ["fields"])))
(expect (some? (get-rules ["table" "GenericTable" "ByCountry"]))
(expect (some? (get-rules ["table" "GenericTable" "ByCountry"])))
(expect true (dimension-form? [:dimension "Foo"]))
(expect true (dimension-form? ["dimension" "Foo"]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment