Skip to content

Commit

Permalink
re-add very important line of test code
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Jan 21, 2017
1 parent d96cc01 commit 6c1488e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check/check_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ var _ = Describe("Check Command", func() {

Context("when the regex does not match the previous version", func() {
It("returns the latest version that matches the regex", func() {
request.Version.Path = "files/abc-0.0.1.tgz"
request.Source.Regexp = `files/abc-(2\.33.*).tgz`
response, err := command.Run(request)
Ω(err).ShouldNot(HaveOccurred())
Expand Down

0 comments on commit 6c1488e

Please sign in to comment.