Skip to content

Commit

Permalink
image size
Browse files Browse the repository at this point in the history
  • Loading branch information
BelousSofiya committed Oct 8, 2023
1 parent 6cb2c83 commit 692f9e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiles/tests/test_crud_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def _generate_image(ext, size=(100, 100)):
return file

def setUp(self) -> None:
self.right_image = self._generate_image("jpeg", (10, 10))
# self.right_image = self._generate_image("jpeg", (10, 10))
self.right_image = self._generate_image("jpeg", (5, 5))
self.wrong_image = self._generate_image("png", (3000, 3000))
self.user = UserFactory(email="[email protected]")
self.profile = ProfileStartupFactory.create(
Expand Down

0 comments on commit 692f9e4

Please sign in to comment.