Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit 7212f12

Browse files
chore: use correct test case name
1 parent 0508530 commit 7212f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/services/sbhsApi/useTimetable.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ describe("the schema", () => {
838838
expect(timetableSchema.parse(timetable)).toMatchSnapshot();
839839
});
840840

841-
test("parses a schema with schema", () => {
841+
test("parses a schema with morning periods", () => {
842842
const timetable = {
843843
student: {
844844
surname: "DOE",

0 commit comments

Comments
 (0)