Skip to content

Commit

Permalink
Merge pull request #89 from PenseNisso/test/testes_search
Browse files Browse the repository at this point in the history
Tests/testes_search
  • Loading branch information
pedroCarvalhoCintra authored Dec 16, 2023
2 parents a9f0b8c + aa0443a commit ee62695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions search/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ def test_spelling_mistake(self) -> None:
)

def test_gibberish(self) -> None:
response = self.client.get(path="/search/", data={"search": "coamptrajsy"})
response = self.client.get(path="/search/", data={"search": "entemansmdnasd"})
self.assertSequenceEqual(
response.context["company_list"],
[],
)
print(
"Teste Search-Query-7: Busca retornou resultados esperados (coamptrajsy -> [])."
"Teste Search-Query-7: Busca retornou resultados esperados (entemansmdnasd -> [])."
)


Expand Down

0 comments on commit ee62695

Please sign in to comment.