Skip to content

Commit 20c7192

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 1a70ebd commit 20c7192

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/entitlements/FilesEntitlementTests.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ public void testFileDataRelativeWithEmptyDirectory() {
9898
}
9999

100100
public void testPathSettingResolve() {
101-
var entitlement = FilesEntitlement.build(List.of(Map.of("path_setting", "foo.bar", "basedir_if_relative", "config", "mode", "read")));
101+
var entitlement = FilesEntitlement.build(
102+
List.of(Map.of("path_setting", "foo.bar", "basedir_if_relative", "config", "mode", "read"))
103+
);
102104
var filesData = entitlement.filesData();
103105
assertThat(filesData, contains(FileData.ofPathSetting("foo.bar", CONFIG, READ, false)));
104106

0 commit comments

Comments
 (0)