Skip to content

Commit

Permalink
dhcpd: imp import
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Apr 14, 2023
1 parent 86bd55b commit 3d53a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/dhcpd/conn_darwin_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import (
"github.com/google/gopacket"
"github.com/google/gopacket/layers"
"github.com/insomniacslk/dhcp/dhcpv4"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

//lint:ignore SA1019 See the TODO in go.mod.
"github.com/mdlayher/raw"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)

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

0 comments on commit 3d53a63

Please sign in to comment.