Skip to content

Commit d179100

Browse files
committed
Fix test
1 parent 376ef4f commit d179100

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

filter/filter_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ func TestFilterJndi(t *testing.T) {
4444
v{"2.15.0", true},
4545
v{"2.16.0", true},
4646
v{"2.16.0-debian", true},
47-
v{"2.17.0", false},
47+
v{"2.17.0", true},
48+
v{"2.17.1", false},
4849
} {
4950
file := "../testdata/JndiManager.class-" + cand.version
5051
buf, err := ioutil.ReadFile(file)

0 commit comments

Comments
 (0)