Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed Jan 4, 2022
1 parent 376ef4f commit d179100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion filter/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ func TestFilterJndi(t *testing.T) {
v{"2.15.0", true},
v{"2.16.0", true},
v{"2.16.0-debian", true},
v{"2.17.0", false},
v{"2.17.0", true},
v{"2.17.1", false},
} {
file := "../testdata/JndiManager.class-" + cand.version
buf, err := ioutil.ReadFile(file)
Expand Down

0 comments on commit d179100

Please sign in to comment.