Skip to content

Commit

Permalink
Change "describe" description (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-sapan committed Nov 19, 2019
1 parent 52d8f12 commit 8fa86ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/cloud_mta_build_tool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ modules:
Ω(filepath.Join(dir, "testdata", "mta_demo", "mta_archives", demoArchiveName)).Should(BeAnExistingFile())
})

Describe("cleanup after tests", func() {
Describe("module with dependencies", func() {
dir, _ := os.Getwd()
path := filepath.Join(dir, "testdata", "moduledep")
archivePath := filepath.Join(path, "mta_archives", "f1_0.0.1.mtar")
Expand Down Expand Up @@ -412,7 +412,7 @@ modules:
})
})

Describe("cleanup after tests", func() {
Describe("module with dependencies", func() {
dir, _ := os.Getwd()
path := filepath.Join(dir, "testdata", "moduledep")
archivePath := filepath.Join(path, "mta_archives", "f1_0.0.1.mtar")
Expand Down

0 comments on commit 8fa86ba

Please sign in to comment.