Skip to content

Commit e751a70

Browse files
committed
fix(release): fix test compilation error
Signed-off-by: Evans Mungai <mbuevans@gmail.com>
1 parent 2e2cb05 commit e751a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/action/release_testing_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func TestReleaseTestingRun_UnreachableKubeClient(t *testing.T) {
4646
config.KubeClient = &failingKubeClient
4747

4848
client := NewReleaseTesting(config)
49-
result, err := client.Run("")
49+
result, _, err := client.Run("")
5050
assert.Nil(t, result)
5151
assert.Error(t, err)
5252
}

0 commit comments

Comments
 (0)