Skip to content

Commit 01cbfe8

Browse files
committed
Update test_corpus.py
1 parent 03cd2c3 commit 01cbfe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_corpus.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ def test_corpus(self):
5656
self.assertEqual(
5757
get_corpus_db_detail("XXXmx3KSXX"), {}
5858
) # corpus does not exist
59+
self.assertEqual(
60+
get_corpus_db_detail("XXXmx3KSXX", version="0.2"), {}
61+
) # corpus does not exist
5962

6063
self.assertTrue(download("test")) # download the first time
6164
self.assertTrue(download(name="test", force=True)) # force download

0 commit comments

Comments
 (0)