Skip to content

Commit

Permalink
remove obnoxious test over printing
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat committed Dec 27, 2023
1 parent 89f7a55 commit c62f7e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stacks/stacks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestDHCP(t *testing.T) {
if n < minDHCPSize {
t.Errorf("ex[%d] sent=%d want>=%d", ex, n, minDHCPSize)
}
t.Logf("\nclient=%+v\nserver=%+v\n", client, server)

// Client performs REQUEST.
ex, n = egr.DoExchanges(t, 1)
if n < minDHCPSize {
Expand All @@ -88,7 +88,6 @@ func TestDHCP(t *testing.T) {
if !client.Done() {
t.Fatal("client not processed ACK yet")
}

}

func TestARP(t *testing.T) {
Expand Down

0 comments on commit c62f7e0

Please sign in to comment.