Skip to content

Commit

Permalink
chore: fix pre-commit problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcalvo committed Jun 12, 2024
1 parent 95c9fc8 commit 93bcb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-sdk/tests/unit/test_resources/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_serialize(self):
)

assert user.serialize()["username"] == "test-user"
assert user.serialize()["password"] == None
assert user.serialize()["password"] is None

def test_json_serialize(self):
mock_uuid = uuid.uuid4()
Expand Down

0 comments on commit 93bcb0c

Please sign in to comment.