diff options
Diffstat (limited to 'dhcpv6/iputils_test.go')
-rw-r--r-- | dhcpv6/iputils_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/iputils_test.go b/dhcpv6/iputils_test.go index faa13a8..02ee2d6 100644 --- a/dhcpv6/iputils_test.go +++ b/dhcpv6/iputils_test.go @@ -52,7 +52,7 @@ func (s *MatchingAddressTestSuite) SetupTest() { } func (s *MatchingAddressTestSuite) TestGetMatchingAddr() { - // Check if error from InterfaceAddresses immidately returns error + // Check if error from InterfaceAddresses immediately returns error s.m.On("InterfaceAddresses", "eth0").Return(nil, ErrDummy).Once() _, err := getMatchingAddr("eth0", s.Match) s.Assert().Equal(ErrDummy, err) |