Skip to content

Commit

Permalink
Remove print from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kh31d4r authored and mosbth committed Oct 15, 2024
1 parent 4510b58 commit f68c698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test_marvin_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def assertSunOutput(self, expectedOutput):
response._content = str.encode(json.dumps(json.load(f)))
with mock.patch("marvin_actions.requests") as r:
r.get.return_value = response
print(response)
self.assertActionOutput(marvin_actions.marvinSun, "sol", expectedOutput)

def testSmile(self):
Expand Down

0 comments on commit f68c698

Please sign in to comment.