From 8de73ca51930d8d96f4332ba196ac07f79964472 Mon Sep 17 00:00:00 2001 From: Dex Date: Mon, 22 Oct 2018 16:10:18 -0700 Subject: [PATCH] fix tests --- integration/base/github/expected/.ship/state.json | 3 ++- pkg/specs/replicatedapp/local_test.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/integration/base/github/expected/.ship/state.json b/integration/base/github/expected/.ship/state.json index 031fbc54f..3921e28c7 100644 --- a/integration/base/github/expected/.ship/state.json +++ b/integration/base/github/expected/.ship/state.json @@ -10,6 +10,7 @@ "installationID": "RULNveQLrLj4GDum1yQhvKAcABh0GcLY", "releaseNotes": "", "version": "0.0.4" - } + }, + "releaseName": "ship" } } \ No newline at end of file diff --git a/pkg/specs/replicatedapp/local_test.go b/pkg/specs/replicatedapp/local_test.go index 0b960271f..030ca8749 100644 --- a/pkg/specs/replicatedapp/local_test.go +++ b/pkg/specs/replicatedapp/local_test.go @@ -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",