docs: update feature toggle

This commit is contained in:
Ilkka Seppälä
2024-04-20 15:43:09 +03:00
parent 2b58233080
commit 6a97047aaa
5 changed files with 58 additions and 43 deletions
@@ -40,9 +40,7 @@ class PropertiesFeatureToggleVersionTest {
@Test
void testNullPropertiesPassed() {
assertThrows(IllegalArgumentException.class, () -> {
new PropertiesFeatureToggleVersion(null);
});
assertThrows(IllegalArgumentException.class, () -> new PropertiesFeatureToggleVersion(null));
}
@Test