Skip to content

Commit 909ce72

Browse files
Setting SNAPSHOT version 11.0.2-SNAPSHOT
1 parent c3b6442 commit 909ce72

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.getunleash</groupId>
55
<artifactId>unleash-client-java</artifactId>
6-
<version>11.0.1</version>
6+
<version>11.0.2-SNAPSHOT</version>
77

88
<properties>
99
<version.slf4j>2.0.13</version.slf4j>

src/test/java/io/getunleash/util/UnleashConfigTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,7 @@ public void clientIdentifierWithoutInstanceIdStillWorks() {
387387
@Test
388388
public void should_require_unleash_uri() {
389389
Executable ex =
390-
() ->
391-
UnleashConfig.builder()
392-
.apiKey("someapikey")
393-
.appName("my-app")
394-
.build();
390+
() -> UnleashConfig.builder().apiKey("someapikey").appName("my-app").build();
395391

396392
assertThrows(IllegalStateException.class, ex);
397393
}

0 commit comments

Comments
 (0)