Skip to content

Commit

Permalink
chore: fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Nov 4, 2024
1 parent 6228ba5 commit aa9f957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestMain(m *testing.M) {
os.Exit(m.Run())
}

func TestXDGConfigDirIsPrefferedFirst(t *testing.T) {
func TestXDGConfigDirIsPreferredFirst(t *testing.T) {
t.Cleanup(func() {
// reset fs after test
AppFs = afero.NewMemMapFs()
Expand Down

0 comments on commit aa9f957

Please sign in to comment.