Update dictionary tests
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ fn expectNotDictionary(word: Wordle.WordLiteral) !void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test "in dictionary" {
|
test "in dictionary" {
|
||||||
try expectDictionary("abash");
|
try expectDictionary("aback");
|
||||||
}
|
}
|
||||||
|
|
||||||
test "not in dictionary" {
|
test "not in dictionary" {
|
||||||
|
|||||||
Reference in New Issue
Block a user