Skip to content

Commit

Permalink
env-a22: update unit test with new configurated value
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Aug 6, 2024
1 parent c22cf09 commit afe3733
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(), "Stazione_KM105-150-centrale");
assertEquals(mapping.getName(), "AIRQ01_Intercalibrazione");
}

@Test
Expand Down

0 comments on commit afe3733

Please sign in to comment.