Skip to content

Commit

Permalink
chore: flaky detect_faces tests in beta (#58)
Browse files Browse the repository at this point in the history
Fixes #56
Fixes #57
  • Loading branch information
danoscarmike authored and leahecole committed Sep 15, 2023
1 parent 31a1730 commit 3e6dbc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ def test_detect_faces(capsys):
out, _ = capsys.readouterr()

assert "Face detected:" in out
assert "Attributes:" in out
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,3 @@ def test_detect_faces(capsys):
out, _ = capsys.readouterr()

assert "Face detected:" in out
assert "Attributes:" in out

0 comments on commit 3e6dbc8

Please sign in to comment.