renumbering chapters >= 19

This commit is contained in:
Luciano Ramalho
2021-09-10 12:35:57 -03:00
113 changed files with 633 additions and 1060 deletions

View File

@@ -2,7 +2,7 @@ import pytest
import schedule_v3 as schedule
@pytest.yield_fixture
@pytest.fixture
def records():
yield schedule.load(schedule.JSON_PATH)
@@ -56,4 +56,4 @@ def test_event_speakers():
def test_event_no_speakers():
event = schedule.Record.fetch('event.36848')
assert event.speakers == []
assert event.speakers == []