Skip to content

Commit

Permalink
test(ui): fix TestNewBarPool name
Browse files Browse the repository at this point in the history
  • Loading branch information
70sh1 committed Apr 2, 2024
1 parent 120e28c commit d057e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestNewPool(t *testing.T) {
func TestNewBarPool(t *testing.T) {
cases := [][]string{
{"file1", "path/file2.dat", "home/user/docs/file2"},
{"C:/some/dir/file1.txt", "path/file3", "home/user/docs/file2"},
Expand Down

0 comments on commit d057e73

Please sign in to comment.