Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Neo4jsource
Commits
0c092b70
Commit
0c092b70
authored
2 years ago
by
Daniel Leaver
Committed by
Gustav Lindroth
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Spotless apply
parent
257e3250
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/kernel/src/test/java/org/neo4j/kernel/impl/security/FileURLAccessRuleTest.java
+1
-2
...org/neo4j/kernel/impl/security/FileURLAccessRuleTest.java
with
1 addition
and
2 deletions
+1
-2
community/kernel/src/test/java/org/neo4j/kernel/impl/security/FileURLAccessRuleTest.java
+
1
-
2
View file @
0c092b70
...
...
@@ -749,8 +749,7 @@ class FileURLAccessRuleTest {
Stream
.
of
(
nonEncoded
.
entries
),
Stream
.
concat
(
Stream
.
of
(
singleEncoded
.
entries
),
Stream
.
concat
(
Stream
.
of
(
doubleEncoded
.
entries
),
Stream
.
of
(
tripleOrMoreEncoded
.
entries
))));
Stream
.
concat
(
Stream
.
of
(
doubleEncoded
.
entries
),
Stream
.
of
(
tripleOrMoreEncoded
.
entries
))));
}
private
static
Arguments
arg
(
ValidationStatus
status
,
String
location
,
String
result
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help