Skip to content

Commit

Permalink
Fix some order dependent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vannem-sj committed Sep 19, 2023
1 parent 1eab316 commit 91ec822
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ func TestSlugMakeUserSubstituteLang(t *testing.T) {
got, smust.want)
}
}
CustomSub = nil
}

func TestSlugMakeSubstituteOrderLang(t *testing.T) {
Expand Down Expand Up @@ -230,6 +231,8 @@ func TestSlugMakeSubstituteOrderLang(t *testing.T) {
got, smsot.want)
}
}
CustomRuneSub = nil
CustomSub = nil
}

func TestSubstituteLang(t *testing.T) {
Expand Down

0 comments on commit 91ec822

Please sign in to comment.