File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
src/test/java/io/getunleash/util Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments