Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Apr 5, 2024
1 parent 45439da commit b0b7f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/app/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ func TestConfig(t *testing.T) {
// Unset environment variables set on host computer
t.Setenv("PUG_DEBUG", "")
t.Setenv("PUG_FIRST_PAGE", "")
t.Setenv("PUG_LOG_LEVEL", "")

tests := []struct {
name string
Expand Down
2 changes: 1 addition & 1 deletion internal/module/module_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func TestFindModules(t *testing.T) {
got, err := findModules("../testdata/configs")
require.NoError(t, err)

assert.Equal(t, 6, len(got))
assert.Equal(t, 7, len(got))
assert.Contains(t, got, "envs/dev")
assert.Contains(t, got, "envs/prod")
assert.Contains(t, got, "envs/staging")
Expand Down

0 comments on commit b0b7f60

Please sign in to comment.