Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrp committed Feb 25, 2025
1 parent dbb71ea commit 47ebfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/old/test_contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class DescribeContributor:
def it_has_name(self, alice: Contributor):
assert alice.name == "ALICE"
assert alice.name == "Alice"

0 comments on commit 47ebfad

Please sign in to comment.