Skip to content

Commit

Permalink
Test that toml annotations are right
Browse files Browse the repository at this point in the history
Signed-off-by: Zander Mackie <[email protected]>
  • Loading branch information
zmackie committed Apr 21, 2020
1 parent 754ca0c commit 7435efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func testConfig(t *testing.T, when spec.G, it spec.S) {
h.AssertNil(t, err)
h.AssertEq(t, subject.DefaultBuilder, "")
h.AssertEq(t, len(subject.RunImages), 0)
h.AssertEq(t, subject.Experimental, false)

})
})
})
Expand Down

0 comments on commit 7435efe

Please sign in to comment.