mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-02 23:38:07 -06:00
[chore] make csv export ordering determinate (#3318)
This commit is contained in:
parent
2f56455eed
commit
f819229988
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