Skip to content

Commit 311da77

Browse files
Refine the test matcher message
Co-authored-by: İnanç Gümüş <[email protected]>
1 parent b3bf79c commit 311da77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/new_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func TestNewScriptCmd_LocalTemplate(t *testing.T) {
144144
data, err := fsext.ReadFile(ts.FS, defaultNewScriptName)
145145
require.NoError(t, err)
146146

147-
assert.Equal(t, templateContent, string(data), "generated file matches the template content")
147+
assert.Equal(t, templateContent, string(data), "generated file should match the template content")
148148
}
149149

150150
func TestNewScriptCmd_LocalTemplateWith_ProjectID(t *testing.T) {

0 commit comments

Comments
 (0)