Skip to content

Commit

Permalink
Renamed test catalog file.
Browse files Browse the repository at this point in the history
Match same naming schema as actual build asset.
  • Loading branch information
Matt Russell committed May 19, 2017
1 parent 78bea76 commit 8d0b8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/pseudoace/test_qa.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"Protein" 13})

(deftest test-read-ref-data
(with-open [rdr (io/reader (io/resource "WS_build-data.out"))]
(with-open [rdr (io/reader
(io/resource "all_classes_report.WS2000.csv"))]
(let [build-data (qa/read-ref-data rdr)]
(is (= (keys build-data) (keys expected-class->counts)))
(is (= (count (keys build-data)) (count expected-class->counts)))
Expand Down
File renamed without changes.

0 comments on commit 8d0b8fc

Please sign in to comment.