Skip to content

Commit

Permalink
remove 2rd case
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalcaliskan committed Nov 21, 2021
1 parent 6474469 commit 900e150
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/raw/raw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ func TestStartFlooding(t *testing.T) {
{"500byte_syn", "syn", 500, srcPorts[rand.Intn(len(srcPorts))], 443, 50,
srcIps[rand.Intn(len(srcIps))], "213.238.175.187",
macAddrs[rand.Intn(len(macAddrs))], macAddrs[rand.Intn(len(macAddrs))]},
{"500byte_ack", "ack", 500, srcPorts[rand.Intn(len(srcPorts))], 443, 50,
srcIps[rand.Intn(len(srcIps))], "213.238.175.187",
macAddrs[rand.Intn(len(macAddrs))], macAddrs[rand.Intn(len(macAddrs))]},
}

for _, tc := range cases {
Expand Down

0 comments on commit 900e150

Please sign in to comment.