Skip to content

Commit 353535c

Browse files
committed
fix test
1 parent 849986d commit 353535c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/display_loop_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
)
88

99
func TestDisplayLoop(t *testing.T) {
10+
enrichment.current = 0
1011
assert.Equal(t, []string{"None"}, enrichment.getNames())
1112
assert.Equal(t, []string{"SrcAddr", "SrcPort", "DstAddr", "DstPort"}, enrichment.getCols())
1213

0 commit comments

Comments
 (0)