Skip to content

Commit

Permalink
VersionStrings fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Apr 12, 2024
1 parent 70aa264 commit 1776479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/interface/ds/test_ds.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def test_repeat_x_y_ds_vertex(self):
DataSpecificationGenerator(0, 1, 2, vertex2, db)

def test_core_infos(self):
set_config("Machine", "versions", VersionStrings.MULTIPLE_BOARDS.value)
set_config("Machine", "versions", VersionStrings.MULTIPLE_BOARDS.text)
writer = FecDataWriter.mock()
writer.set_machine(virtual_machine_by_min_size(9, 9))
with DsSqlliteDatabase() as db:
Expand Down

0 comments on commit 1776479

Please sign in to comment.