Skip to content

Commit

Permalink
Update Entry to VCSEntry in test
Browse files Browse the repository at this point in the history
  • Loading branch information
James C. Scott committed Oct 3, 2016
1 parent 274fe42 commit 4c60e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opencontrol/versions/1.0.0/opencontrol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var _ = Describe("Opencontrol", func() {
})


var _ = Describe("Entry", func() {
var _ = Describe("VCSEntry", func() {
Describe("Retrieving the config file", func() {
DescribeTable("GetConfigFile", func(e VCSEntry, expectedPath string) {
assert.Equal(GinkgoT(), e.GetConfigFile(), expectedPath)
Expand Down

0 comments on commit 4c60e46

Please sign in to comment.