Skip to content

Commit

Permalink
fmt statefulness
Browse files Browse the repository at this point in the history
  • Loading branch information
Elazar Gershuni committed Mar 3, 2024
1 parent b2cfea4 commit 50de879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/connectionset/statefulness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var testCasesStatefulness = []statefulnessTest{
},
{
name: "first_all_cons_second_tcp_with_ports",
srcToDst: NewConnectionSet(true), // all connections
srcToDst: NewConnectionSet(true), // all connections
dstToSrc: newTCPConn(80, 80, MinPort, MaxPort), // TCP , src-ports: 80, dst-ports: all

// there is a subset of the tcp connection which is not stateful
Expand Down

0 comments on commit 50de879

Please sign in to comment.