Skip to content

Commit fb9331a

Browse files
committed
Fix typo
"selecton" to "selection" Signed-off-by: Ian Chin Wang <[email protected]>
1 parent 20d4232 commit fb9331a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func TestRatsdChares_invalid_body(t *testing.T) {
9898
tests := []struct{ name, body, msg string }{
9999
{"missing nonce", `{"noncee": "MIDBNH28iioisjPy"}`,
100100
"fail to retrieve nonce from the request"},
101-
{"invalid attester selecton",
101+
{"invalid attester selection",
102102
fmt.Sprintf(`{"nonce": "%s",
103103
"attester-selection": "attester-slection"}`, validNonce),
104104
"failed to parse attester selection: json: cannot unmarshal string into" +

0 commit comments

Comments
 (0)