Skip to content

Commit

Permalink
Fix unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedirtwalker committed Sep 3, 2019
1 parent 6fa7753 commit 2a6e0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/path_srv/internal/segutil/filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestFilter(t *testing.T) {
}
for name, test := range tests {
t.Run(name, func(t *testing.T) {
assert.Equal(t, test.ExpectedSegs, Filter(test.Segs, test.Policy, test.Dir))
assert.ElementsMatch(t, test.ExpectedSegs, Filter(test.Segs, test.Policy, test.Dir))
})
}
}
Expand Down

0 comments on commit 2a6e0ae

Please sign in to comment.