Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj committed Sep 17, 2024
1 parent 52d966f commit a49a85c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
// expect that the unofficial section is included
$sectionFromApi = collect($res->json())->firstWhere('courseId', $section->course_id);
expect($sectionFromApi)->toEqual([
'id' => "TEST-1234-{$section->class_section}-{$section->term_id}",
'id' => "local-db-{$section->id}",
'dbId' => $section->id,
'courseId' => $section->course_id,
'termId' => $section->term_id,
Expand Down

0 comments on commit a49a85c

Please sign in to comment.