Skip to content

Commit

Permalink
Update test function names for processing files
Browse files Browse the repository at this point in the history
catatsuy committed Mar 30, 2024
1 parent 8da8887 commit 1171393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/cli_test.go
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ func TestRun_failToProvideStdin(t *testing.T) {
}
}

func TestProcessFiles_replace(t *testing.T) {
func TestReplaceProcess_replace(t *testing.T) {
outStream, errStream, inputStream := new(bytes.Buffer), new(bytes.Buffer), new(bytes.Buffer)
cl := cli.NewCLI(outStream, errStream, inputStream)

@@ -88,7 +88,7 @@ func TestProcessFiles_replace(t *testing.T) {
}
}

func TestProcessFiles_noMatch(t *testing.T) {
func TestReplaceProcess_noMatch(t *testing.T) {
outStream, errStream, inputStream := new(bytes.Buffer), new(bytes.Buffer), new(bytes.Buffer)
cl := cli.NewCLI(outStream, errStream, inputStream)

0 comments on commit 1171393

Please sign in to comment.