Skip to content

Commit

Permalink
improve test
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Jul 20, 2023
1 parent 2449a75 commit 6566929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion what/what_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func TestParse(t *testing.T) {
{"blank is None", "", None},
{"Inner", "Inner", Inner},
{"inner", "inner", Inner},
{"inners", "inners", None},
{"innerr", "innerr", None},
{"last", lastWhat.String(), lastWhat},
}
for _, tt := range tests {
Expand Down

0 comments on commit 6566929

Please sign in to comment.