Skip to content

Commit 3cfe050

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1e34cd7 commit 3cfe050

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/PolicyManagerTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,7 @@ public void testFilesEntitlementsWithExclusive() {
458458
Set.of()
459459
)
460460
);
461-
assertThat(iae.getMessage(),
462-
containsString("Path [/base/test] is exclusive to plugin2/test.module2 and plugin1/[test.module1]"));
461+
assertThat(iae.getMessage(), containsString("Path [/base/test] is exclusive to plugin2/test.module2 and plugin1/[test.module1]"));
463462

464463
iae = expectThrows(
465464
IllegalArgumentException.class,

0 commit comments

Comments
 (0)