Skip to content

Commit

Permalink
[pkg/auth/nodeidentifier/default_test.go]: fix testing error message …
Browse files Browse the repository at this point in the history
…typo

Signed-off-by: Zhou Peng <[email protected]>
  • Loading branch information
Zhou Peng committed Nov 19, 2019
1 parent 384e45f commit d49bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/nodeidentifier/default_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func TestDefaultNodeIdentifier_NodeIdentity(t *testing.T) {
t.Errorf("DefaultNodeIdentifier.NodeIdentity() got = %v, want %v", nodeName, tt.expectNodeName)
}
if isNode != tt.expectIsNode {
t.Errorf("DefaultNodeIdentifier.NodeIdentity() got1 = %v, want %v", isNode, tt.expectIsNode)
t.Errorf("DefaultNodeIdentifier.NodeIdentity() got = %v, want %v", isNode, tt.expectIsNode)
}
})
}
Expand Down

0 comments on commit d49bc34

Please sign in to comment.