Skip to content

Commit

Permalink
Reverting unit_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekg7 authored Dec 5, 2023
1 parent 52cffb0 commit b7ee5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def test_upstream_from_config(self):
upstream_base = read_upstream_from_spack_yaml(
os.path.join(os.path.normpath(spack_c2sm_path),
'upstreams/daint/base'))
self.assertEqual('/project/g110/spack/upstream/daint_v0.20.1.3/base',
self.assertEqual('/project/g110/spack/upstream/daint_v0.20.1.0/base',
upstream_base)

def test_upstream_from_another_tag(self):
Expand Down

0 comments on commit b7ee5c7

Please sign in to comment.