Skip to content

Commit

Permalink
Force true Test 3
Browse files Browse the repository at this point in the history
Signed-off-by: Deniz Deli <d.deli@campus.tu-berlin.de>
  • Loading branch information
ddeli committed Nov 27, 2024
1 parent ea2f34d commit 7d80b7a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions apps/analyzer/tests/test_github_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
from tests.mock_backend import MockBackend
from tests.mock_database import MockDatabase

def test_force_fail():
"""Forced failing Test"""
assert False
# def test_force_fail():
# """Forced failing Test"""
# assert False

def test_force_pass():
"""Forced passing Test"""
assert True

0 comments on commit 7d80b7a

Please sign in to comment.