Skip to content

Commit

Permalink
[#248] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Nov 16, 2022
1 parent 691d6a6 commit 6f28793
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file added api/.lsp/sqlite.db
Binary file not shown.
6 changes: 4 additions & 2 deletions api/test/clojure/org/akvo/flow_api/datastore/stats_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@
question-id (System/currentTimeMillis)]
(gen-option-question-test-data dss form-id question-id values)
(is (= {"2" 2
"two" 1
"5" 1
"fbfb" 1}
"fbfb" 2
"fsdfs" 1
"ssdd" 1
"two" 3}
(stats/option-question-stats dss {:questionId (str question-id)
:formId (str form-id)}))))))

Expand Down

0 comments on commit 6f28793

Please sign in to comment.