Skip to content

Commit 2845ffe

Browse files
committed
Fix typo
"selecton" to "selection" Signed-off-by: Ian Chin Wang <[email protected]>
1 parent 508fc20 commit 2845ffe

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
@@ -147,7 +147,7 @@ func TestRatsdChares_invalid_body(t *testing.T) {
147147
tests := []struct{ name, body, msg string }{
148148
{"missing nonce", `{"noncee": "MIDBNH28iioisjPy"}`,
149149
"fail to retrieve nonce from the request"},
150-
{"invalid attester selecton",
150+
{"invalid attester selection",
151151
fmt.Sprintf(`{"nonce": "%s",
152152
"attester-selection": "attester-slection"}`, validNonce),
153153
"failed to parse attester selection: json: cannot unmarshal string into" +

0 commit comments

Comments
 (0)