Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 24, 2023
1 parent f632221 commit 68a3c7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/commands/run/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def test_apply_suggestions(create_package, time_tool):

with open(config_path, "r") as config_file:
config = yaml.load(config_file, Loader=yaml.SafeLoader)
print("xddd")
print(config["sinol_expected_scores"])
assert config["sinol_expected_scores"] == expected_scores


Expand Down

0 comments on commit 68a3c7d

Please sign in to comment.