Skip to content

Commit

Permalink
Fix path to jgo cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hinerm committed May 5, 2022
1 parent 000ca34 commit 31a5b27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_managed.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ def test_resolve_managed(self):
),
"Expected scijava-optional jar",
)

pom = (
os.path.join(tmp_dir, 'org.scijava', 'scijava-common', 'cdcf7e6e4f89d0815be7f9c57eae1fa3361f9b75f0eaa89d4099a731690d0c5e', 'pom.xml')
os.path.join(tmp_dir, 'org.scijava', 'scijava-common', SJC_VERSION, 'd9deda31e3772a497c66ee3593296f33e918cda69b376c33039ba181dab14db4', 'pom.xml')
)
with open(pom) as f:
if "RELEASE" in f.read():
Expand Down

0 comments on commit 31a5b27

Please sign in to comment.