Skip to content

Commit

Permalink
update test to reflect new mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Mar 14, 2024
1 parent 5e527bf commit 4cb5fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void test_mapping_from_a_known_control_unit_id() {
assertTrue(mappingContainer.isPresent());

StationMapping mapping = mappingContainer.get();
assertEquals(mapping.getName(), "AIRQ01_Intercalibrazione");
assertEquals(mapping.getName(), "Stazione_KM105-150-central");
}

@Test
Expand Down

0 comments on commit 4cb5fc4

Please sign in to comment.