mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console: fix test about reverse filter direction
This commit is contained in:
@@ -63,7 +63,7 @@ func TestUnmarshalFilter(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatalf("UnmarshalText(%q) error:\n%+v", tc.Input, err)
|
||||
}
|
||||
if diff := helpers.Diff(qf.filter, tc.Expected); diff != "" {
|
||||
if diff := helpers.Diff(qf.Filter, tc.Expected); diff != "" {
|
||||
t.Fatalf("UnmarshalText(%q) (-got, +want):\n%s", tc.Input, diff)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user