expect(
    isSameTimetableConfig(
      { CS2104: { Tutorial: '1', Lecture: '2' } },
      { CS2104: { Lecture: '2', Tutorial: '1' } },
    ),