Skip to content

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
xerbalind committed May 22, 2024
1 parent d7abc1e commit 493bddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/views/subject/SubjectsView.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import SubjectsView from "../../../src/views/subject/SubjectsView.vue"
import {ref} from "vue";

const testSubjectsQuery = {
data: ref({as_student: [{id: 1, academic_year: 23}], as_instructor: []}),
data: ref({as_student: [{id: 1, academic_year: 2023}], as_instructor: []}),
isLoading: ref(false),
isError: ref(true),
error: ref({as_student: [{id: 1}]}),
Expand Down

0 comments on commit 493bddf

Please sign in to comment.