Skip to content

Commit

Permalink
Update system_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjucker authored Nov 20, 2023
1 parent b5d7d9e commit bcf00d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -523,8 +523,8 @@ def test_install_default(self):
@pytest.mark.no_tsa # Coupling only needed on Daint
class OasisTest(unittest.TestCase):

def test_install_master_nvhpc(self):
spack_install_and_test('oasis @master %nvhpc')
def test_install_version_4_0_nvhpc(self):
spack_install_and_test('oasis @4.0 %nvhpc')


class OmniXmodPoolTest(unittest.TestCase):
Expand Down

0 comments on commit bcf00d3

Please sign in to comment.