mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 12:58:37 +00:00
Fixed a test-case issue within the dirty-flag module.
This commit is contained in:
@@ -36,7 +36,7 @@ class DirtyFlagTest {
|
||||
void testIsDirty() {
|
||||
var df = new DataFetcher();
|
||||
var countries = df.fetch();
|
||||
Assertions.assertTrue(countries.isEmpty());
|
||||
Assertions.assertFalse(countries.isEmpty());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user