We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680caf4 commit 9b3a06aCopy full SHA for 9b3a06a
core/os/device/remotessh/configuration_test.go
@@ -85,6 +85,6 @@ func TestReadConfiguration(t *testing.T) {
85
KnownHosts: "someFile",
86
},
87
} {
88
- assert.For(ctx, "configs[%v]", i).That(configs[i]).Equals(test)
+ assert.For(ctx, "configs[%v]", i).That(configs[i]).DeepEquals(test)
89
}
90
0 commit comments