Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 2d8c561

Browse files
committed
Changed test name
Signed-off-by: Aashir Siddiqui <[email protected]>
1 parent eb13a05 commit 2d8c561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/streams/streamsGet_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func TestTryGettingAnythingWithAnInvalidFormatterNameFailsImmediately(t *testing
231231
assert.Contains(t, err.Error(), "GAL1067E")
232232
}
233233

234-
func TestCanGetAStreamByNameWhenStreamExistsFindsItOkSummaryFormat(t *testing.T) {
234+
func TestCanGetAStreamByNameWhenStreamExistsGivesUnexpectedErrorSummaryFormat(t *testing.T) {
235235
// Given...
236236
outputFormat := "summary"
237237

0 commit comments

Comments
 (0)