Update dictionary tests

This commit is contained in:
2026-06-11 21:07:25 -06:00
parent b63a752d8a
commit 8691afa048
+1 -1
View File
@@ -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" {