mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-03 17:43:16 -06:00
[chore] make csv export ordering determinate
This commit is contained in:
parent
8effc77788
commit
70eb23c6dc
2 changed files with 75 additions and 66 deletions
|
|
@ -161,8 +161,8 @@ func (suite *ExportsTestSuite) TestExports() {
|
|||
user: suite.testUsers["local_account_1"],
|
||||
account: suite.testAccounts["local_account_1"],
|
||||
expect: `Account address,Show boosts,Notify on new posts,Languages
|
||||
admin@localhost:8080,true,false,
|
||||
1happyturtle@localhost:8080,true,false,
|
||||
admin@localhost:8080,true,false,
|
||||
`,
|
||||
},
|
||||
// Export Followers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue