Skip to content

Commit

Permalink
Update tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartappli authored May 25, 2024
1 parent 73c13b5 commit 45e061b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fl_common/tests/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def test_data_augmentation_transform(self):
self.assertTrue(
any(
isinstance(t, transforms.Resize)
for t in transform.transforms)
for t in transform.transforms
),
)
self.assertTrue(
any(
Expand Down Expand Up @@ -99,7 +100,7 @@ def test_data_augmentation_transform(self):
any(
isinstance(t, transforms.ToTensor)
for t in transform.transforms
)
),
)
self.assertTrue(
any(
Expand Down

0 comments on commit 45e061b

Please sign in to comment.