Skip to content

Commit

Permalink
TEST: Test 0+unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 4, 2023
1 parent bdb14b1 commit cd5b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ def _raise(name):

monkeypatch.setattr("pkg_resources.get_distribution", _raise)
reload(sdcflows)
assert sdcflows.__version__ == "unknown"
assert sdcflows.__version__ == "0+unknown"

0 comments on commit cd5b091

Please sign in to comment.