Skip to content

Commit 08fe1ca

Browse files
committed
refactor: remove unused test constants for owner and repository
1 parent e5f927d commit 08fe1ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/internal/modules/refs_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ const (
1313
testTagV200 = "refs/tags/v2.0.0"
1414
testHeadsMain = "refs/heads/main"
1515
testHeadsDevelop = "refs/heads/develop"
16-
testOwner = "test-owner"
17-
testRepo = "test-repo"
1816
testHashABC = "abc123def456"
1917
testHashDEF = "def456ghi789"
2018
testHashGHI = "ghi789jkl012"

0 commit comments

Comments
 (0)