Skip to content

Commit

Permalink
Swap a test from score 1.1.1 to score 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jun 14, 2024
1 parent b29cfbc commit 258b1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/schema/test_hed_schema_io_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_saving_default_schemas(self):
reloaded_schema = load_schema(self.output_folder + "test_8.tsv")
self.assertEqual(schema, reloaded_schema)

schema = load_schema_version("score_1.1.1")
schema = load_schema_version("score_1.1.0")
schema.save_as_dataframes(self.output_folder + "test_score.tsv", save_merged=True)

reloaded_schema = load_schema(self.output_folder + "test_score.tsv")
Expand Down

0 comments on commit 258b1ab

Please sign in to comment.