Skip to content

Commit

Permalink
test: fix name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Dec 16, 2023
1 parent ddb6aba commit 1ee5e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/core/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

func TestSync(t *testing.T) {
t.Parallel()
name := "yuki-test-sync-repo"
name := "yuki-sync-test-sync-repo"
as := assert.New(t)
cycle := 10
d := "/tmp/" + name
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/handlers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func TestRepoLoad(t *testing.T) {
viper.SetConfigFile("../../test/fixtures/sync_timeout.toml")

prefix := "syncing-"
name := "yuki-test-sync-repo"
name := "yuki-reload-test-sync-repo"
d := "/tmp/" + name
server, err := getTestingServer(ctx, prefix, name, d)
req.Nil(err)
Expand Down
2 changes: 1 addition & 1 deletion pkg/server/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestWaitForSync(t *testing.T) {
viper.SetConfigFile("../../test/fixtures/sync_timeout.toml")

prefix := "syncing-"
name := "yuki-test-sync-repo"
name := "yuki-wait-test-sync-repo"
d := "/tmp/" + name
cycle := 10

Expand Down

0 comments on commit 1ee5e40

Please sign in to comment.