Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuxia211 committed Dec 18, 2024
1 parent dfaf4a1 commit 21dfc0d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/course/service/get_course_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import (
)

func TestCourseService_GetCourseList(t *testing.T) {

mockTerm := &jwch.Term{
Terms: []string{"202401"},
ViewState: "viewstate123",
Expand Down Expand Up @@ -88,7 +87,6 @@ func TestCourseService_GetCourseList(t *testing.T) {
name string
mockTerms *jwch.Term
mockCourses []*jwch.Course
mockError error
mockPutToDbError error
expectedResult []*jwch.Course
expectingError bool
Expand Down Expand Up @@ -178,6 +176,5 @@ func TestCourseService_GetCourseList(t *testing.T) {
assert.Equal(t, tc.expectedResult, result)
}
})

}
}

0 comments on commit 21dfc0d

Please sign in to comment.