Skip to content

Commit

Permalink
Updates ion-tests directory name for Ion 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregg committed Jun 7, 2024
1 parent 1815f9c commit f1c7c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amazon/iontest/ion_test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ def test_type_from_str(name):

def test_dir_from_version(version):
if "1.0" == version:
return "iontestdata_1_0"
return "iontestdata"
elif "1.1" == version:
return "iontestdata_1_1"
raise ValueError("Unknown Ion version: %s" % version)
Expand Down

0 comments on commit f1c7c0d

Please sign in to comment.