Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dexhorthy committed Oct 22, 2018
1 parent ef9ca11 commit 8de73ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integration/base/github/expected/.ship/state.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"installationID": "RULNveQLrLj4GDum1yQhvKAcABh0GcLY",
"releaseNotes": "",
"version": "0.0.4"
}
},
"releaseName": "ship"
}
}
2 changes: 1 addition & 1 deletion pkg/specs/replicatedapp/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestLoadLocalGitHubContents(t *testing.T) {
},
},
{
name: "set many files from one repo",
name: "set many files from two repos",
fs: map[string]string{
"/foo/bar.txt": "some-contents",
"/foo/baz.txt": "some-contents",
Expand Down

0 comments on commit 8de73ca

Please sign in to comment.