Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed Apr 18, 2024
1 parent 2dfcada commit e47c573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/test/unit/types/student.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { describe, it, expect } from 'vitest';

import { Student } from '@/types/users/Student';
import { studentData, courseData } from './data';
import { createStudent, createCourse } from './helper';
import { studentData } from './data';
import { createStudent } from './helper';

describe('student type', () => {
it('create instance of student with correct properties', () => {
Expand Down

0 comments on commit e47c573

Please sign in to comment.