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

Double <abstract> tag #610

Merged
merged 2 commits into from
Jul 23, 2021
Merged

Double <abstract> tag #610

merged 2 commits into from
Jul 23, 2021

Conversation

stefanor
Copy link
Member

Whoops, I trusted our XSD check to validate the schedule, but we didn't have any talks scheduled, only pages.

So, add a talk, and fix the bug.

corresponding_author_id=user.id)
talk_item = ScheduleItem.objects.create(venue=venue1, talk_id=talk.pk)
talk_item.slots.add(slots[4])

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have this logic scattered across a few different schedule tests now. We really should unify that at some point - probably by using the helpers we have for the talk tests.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll take a shot at it in a follow-up.

@stefanor stefanor merged commit 378776f into master Jul 23, 2021
@stefanor stefanor deleted the double-abstract branch July 23, 2021 15:44
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.

2 participants