Skip to content

Commit 0051a5d

Browse files
author
Juan Jose Medina
authored
Fixed test
1 parent e206c71 commit 0051a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xhyve/xhyve_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func TestDefaultSSHUsername(t *testing.T) {
2929
func TestTrimMacAddress(t *testing.T) {
3030
// test MAC address 02:f0:0d:60:0f:30 and reverse
3131
testMacAddress := trimMacAddress("02:f0:0d:60:01:03")
32-
newMacAddress := "2:f0:d:60:1:03"
32+
newMacAddress := "2:f0:d:60:1:3"
3333

3434
if !assert.Equal(t, testMacAddress, newMacAddress) {
3535
t.Fatalf("expected different MacAddress \n source %s\nreceived %s", testMacAddress, newMacAddress)

0 commit comments

Comments
 (0)