mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 08:26:00 +01:00
update urls test
This commit is contained in:
parent
5453f179ac
commit
f2b4a4266d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue