Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing get_event_attendees() test #146

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thisisnic
Copy link

The test for get_event_attendees() was failing because there was an extra field (timezone) returned, which wasn't expected.

The comparison was also issuing a warning.

In this PR, I:

  • updated the query so it doesn't return the timezone field - I'm guessing we don't want this field, but I could refactor the tests to expect this field if we do
  • update the test to use expect_setequal() so we don't get an additional warning if the test fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant