mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 16:49:35 +00:00
Information is opposite to real meaning to express
This commit is contained in:
parent
976ca09d71
commit
025135de6a
@ -219,7 +219,7 @@ func Test_Master(t *testing.T) {
|
||||
expectedMaster := unpackIPv4(TEST_MASTER_IP)
|
||||
|
||||
if master != expectedMaster {
|
||||
t.Fatalf("Master returns the expected value: (expected: %#v, actual: %#v", expectedMaster, master)
|
||||
t.Fatalf("Master returns the unexpected value: (expected: %#v, actual: %#v", expectedMaster, master)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user