Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Aug 5, 2024
1 parent 40b0659 commit 5d104e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/ysk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
func setup(t *testing.T) *service.YSKService {
repository, err := repository.NewDatabaseRepositoryInMemory()
assert.NilError(t, err)
defer repository.Close()

yskService := service.NewYSKService(&repository)
return yskService
Expand Down

0 comments on commit 5d104e3

Please sign in to comment.