Skip to content

Commit

Permalink
fix: Rename test to match folder name (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
bombsimon authored Feb 24, 2025
1 parent 5eae4e3 commit da63f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestDefaultConfig(t *testing.T) {
{dir: "multiline_case"},
{dir: "remove_whitespace"},
{dir: "line_directive"},
{dir: "cuddle_used_in_first_line_block"},
{dir: "cuddle_used_in_first_line"},
}

for _, test := range testCases {
Expand Down

0 comments on commit da63f07

Please sign in to comment.