Skip to content

Commit

Permalink
fix error text in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karimra committed Oct 16, 2021
1 parent 098833c commit e679510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clab/config/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ func TestIPfarEndS(t *testing.T) {

ipA = "10.0.3.0/30"
feA, err = ipFarEndS(ipA)
assert(t, err.Error(), "invalid ip 10.0.3.0/30 - invalid IPPrefix")
assert(t, err.Error(), "invalid ip 10.0.3.0/30 - zero IPPrefix")
assert(t, feA, "")
}

0 comments on commit e679510

Please sign in to comment.