Skip to content

Commit

Permalink
🔥 refactor(WordServiceTests.swift): remove redundant test case for fi…
Browse files Browse the repository at this point in the history
…ltering words in old Norse to Russian direction
  • Loading branch information
andskur committed Dec 12, 2023
1 parent 5964d02 commit 9e04650
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Tests/UnitTests/WordServiceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ class WordServiceTests: XCTestCase {
for word in filteredWords {
XCTAssertTrue(word.oldNorseWord.contains("hafa"))
}

filteredWords = wordService.filterWords(wordService.words, with: "hafa", searchDirection: .oldNorseToRussian)
for word in filteredWords {
XCTAssertTrue(word.oldNorseWord.contains("hafa"))
}
}


Expand Down

0 comments on commit 9e04650

Please sign in to comment.