Skip to content

Commit 1c1969e

Browse files
committed
fix: case mismatch in tests
1 parent f5b65f9 commit 1c1969e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/project/create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ func TestCreateCommand(t *testing.T) {
326326
createClientMock = new(CreateClientMock)
327327
CreateFunc = createClientMock.Create
328328
},
329-
ExpectedErrorStrings: []string{"the --subdir flag requires the --template flag"},
329+
ExpectedErrorStrings: []string{"The --subdir flag requires the --template flag"},
330330
ExpectedAsserts: func(t *testing.T, ctx context.Context, cm *shared.ClientsMock) {
331331
createClientMock.AssertNotCalled(t, "Create", mock.Anything, mock.Anything, mock.Anything, mock.Anything)
332332
},

0 commit comments

Comments
 (0)