From f2b4a4266da7f665775d22b4ba1344849ff3fb72 Mon Sep 17 00:00:00 2001 From: Gykes <24581046+Gykes@users.noreply.github.com> Date: Sat, 29 Nov 2025 13:47:18 -0800 Subject: [PATCH] update urls test --- pkg/sqlite/performer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/sqlite/performer_test.go b/pkg/sqlite/performer_test.go index d5d8ce2fa..d0452d4ba 100644 --- a/pkg/sqlite/performer_test.go +++ b/pkg/sqlite/performer_test.go @@ -445,7 +445,7 @@ func Test_PerformerStore_UpdatePartial(t *testing.T) { url = "url" twitter = "twitter" instagram = "instagram" - urls = []string{url, twitter, instagram} + urls = []string{instagram, twitter, url} // sorted alphabetically rating = 3 ethnicity = "ethnicity" country = "country"