Skip to content

Commit

Permalink
(#25) Rename simple compose test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Nov 18, 2019
1 parent 054d961 commit 82a0ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TestLocalDockerCompose(t *testing.T) {
path := "./testresources/docker-compose.yml"
path := "./testresources/docker-compose-simple.yml"

identifier := strings.ToLower(uuid.New().String())

Expand All @@ -35,7 +35,7 @@ func TestLocalDockerCompose(t *testing.T) {
}

func TestLocalDockerComposeWithEnvironment(t *testing.T) {
path := "./testresources/docker-compose.yml"
path := "./testresources/docker-compose-simple.yml"

identifier := strings.ToLower(uuid.New().String())

Expand Down
File renamed without changes.

0 comments on commit 82a0ecd

Please sign in to comment.