Skip to content

Commit

Permalink
updates the commit of unittest_metacorpus
Browse files Browse the repository at this point in the history
  • Loading branch information
johentsch committed Aug 9, 2023
1 parent ddc4f20 commit ec1b933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


CORPUS_DIR = "~" # Directory holding your clone of DCMLab/unittest_metacorpus
TEST_COMMIT = "dabe24c" # commit of DCMLab/unittest_metacorpus for which the tests should pass
TEST_COMMIT = "5899afe" # commit of DCMLab/unittest_metacorpus for which the tests should pass
MS3_DIR = os.path.normpath(os.path.join(os.path.realpath(__file__), '..', '..'))
DOCS_DIR = os.path.join(MS3_DIR, 'docs')
DOCS_EXAMPLES_DIR = os.path.join(DOCS_DIR, 'examples')
Expand Down

0 comments on commit ec1b933

Please sign in to comment.