Skip to content

Commit

Permalink
test image building ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
simonycj committed Apr 9, 2024
1 parent 598a42e commit 5f4d73b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/database/faker.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (db *Faker) DeleteCourse(name string) error {
}

// implements IDataBaseCourse lists all courses
// add a comment for image building test
func (db *Faker) ListCourses() (xCourseV1.CourseList, error) {
result := xCourseV1.CourseList{}
result.Kind = "List"
Expand Down

0 comments on commit 5f4d73b

Please sign in to comment.