Skip to content

Commit

Permalink
include=false for last 2 tests in tests.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenad committed Jul 2, 2024
1 parent bb16dbe commit b8ba849
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions exercises/practice/anagram/.meta/tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ reimplements = "a0705568-628c-4b55-9798-82e4acde51ca"

[a6854f66-eec1-4afd-a137-62ef2870c051]
description = "handles case of greek letters"
include = false

[fd3509e5-e3ba-409d-ac3d-a9ac84d13296]
description = "different characters may have the same bytes"
include = false
1 change: 0 additions & 1 deletion exercises/practice/anagram/src/tests.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@ fn words_other_than_themselves_can_be_anagrams() {
let expected = Set::new(array!["Silent"]);
assert_eq!(output, expected);
}

0 comments on commit b8ba849

Please sign in to comment.