Skip to content

Commit

Permalink
Minor formatting changes
Browse files Browse the repository at this point in the history
Signed-off-by: Haroon Sheikh <[email protected]>
  • Loading branch information
haroon-sheikh committed Sep 3, 2020
1 parent bd4b719 commit e3d069e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion env/env_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ func (s *MySuite) TestLoadMultipleEnv(c *C) {
c.Assert(os.Getenv("screenshot_on_failure"), Equals, "true")
c.Assert(os.Getenv("logs_directory"), Equals, "bar/logs")
}

func (s *MySuite) TestLoadMultipleEnvEnsureFirstOneDecides(c *C) {
os.Clearenv()
config.ProjectRoot = "_testdata/proj2"
Expand Down Expand Up @@ -341,4 +342,4 @@ func (s *MySuite) TestLoadEnvWithAcyclicProperties(c *C) {
c.Assert(os.Getenv("d"), Equals, "foo")
c.Assert(os.Getenv("e"), Equals, "foo")
c.Assert(os.Getenv("f"), Equals, "foo")
}
}

0 comments on commit e3d069e

Please sign in to comment.