Skip to content

Commit 8c7f841

Browse files
author
Muhammad Luthfi Fahlevi
committed
fix: lint issue
1 parent 576b9b5 commit 8c7f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/postgres/asset_repository_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func (r *AssetRepositoryTestSuite) createUsers(userRepo user.Repository) []user.
8787
return users
8888
}
8989

90-
func (r *AssetRepositoryTestSuite) BeforeTest(suiteName, testName string) {
90+
func (r *AssetRepositoryTestSuite) BeforeTest(_, _ string) {
9191
err := testutils.RunMigrationsWithClient(r.T(), r.client)
9292
r.NoError(err)
9393

0 commit comments

Comments
 (0)