Skip to content

Commit

Permalink
fix: there are only 4 actual members
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Herrmann committed Sep 5, 2024
1 parent 8402715 commit a3ba25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ def test_filter_members(self, ev_connection: EasyvereinAPI):

# Case 6: test date, joinDate in past
search = MemberFilter(joinDate__lte=datetime.datetime.now())
TestFilter.validate_response(ev_connection.member.get(search=search), Member, 5)
TestFilter.validate_response(ev_connection.member.get(search=search), Member, 4)

0 comments on commit a3ba25e

Please sign in to comment.