We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150c032 commit fa465d8Copy full SHA for fa465d8
src/test/java/com/weather/app/WeatherDataTest.java
@@ -26,7 +26,7 @@ public void testToString() {
26
27
// Verify that the toString method contains all the required information
28
assertTrue(result.contains("Berlin"));
29
- assertTrue(result.contains("20,3"));
+ assertTrue(result.contains("20.3"));
30
assertTrue(result.contains("Sunny"));
31
}
32
0 commit comments