Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Nov 9, 2019
1 parent 944835a commit e0bef85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trellis/trellis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ func TestCreateConfigDir(t *testing.T) {

func TestEnvironmentNames(t *testing.T) {
environments := make(map[string]*Config)

// Intentionally not in alphabetical order.
environments["b"] = &Config{}
environments["z"] = &Config{}
environments["a"] = &Config{}
Expand Down

0 comments on commit e0bef85

Please sign in to comment.