Skip to content

Commit

Permalink
Fix some order dependent tests (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
vannem-sj committed Feb 23, 2024
1 parent 5b9c2ce commit 76470d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slug_test.go
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 76470d7

Please sign in to comment.