Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
i4ki committed Jul 6, 2022
1 parent d5d218e commit 89d9e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/terramate/e2etests/list_watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestListWatchChangedFile(t *testing.T) {

extDir := s.RootEntry().CreateDir("external")
extFile := extDir.CreateFile("file.txt", "anything")
_ = extDir.CreateFile("not-changed.txt", "anything")
extDir.CreateFile("not-changed.txt", "anything")

s.BuildTree([]string{
`s:stack:watch=["/external/file.txt", "/external/not-changed.txt"]`,
Expand Down

0 comments on commit 89d9e60

Please sign in to comment.