Skip to content

Commit

Permalink
Fix Clone functional test assert
Browse files Browse the repository at this point in the history
Fix expected substring after changed introduced
by commit 32aa8d.

Signed-off-by: Gabriel Roldan <groldan@boundlessgeo.com>
  • Loading branch information
Gabriel Roldan committed Dec 18, 2018
1 parent a913fbb commit a7eb401
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ Feature: "clone" command
Scenario: Try to clone a remote repository that does not exist
Given I am in an empty directory
When I run the command "clone nonexistentrepo ${localrepo}"
Then the response should contain "nonexistentrepo is not a geogig repository"
Then the response should contain "is not a geogig repository"
And the repository at "${localrepo}" shall not exist

Scenario: Try to make a shallow clone of a remote repository
Expand Down

0 comments on commit a7eb401

Please sign in to comment.