forgejo/tests/integration/fixtures/TestFeed
xrstf a40e81b755 ensure consistent sort order in TestFeed fixture (#11176)
This fixes a flake that my previous PR #10933 introduced. Since no individual feed items were previously asserted in the test, the inconsistent sort order never caused an issue before. Thanks to @mfenniak for pointing me in the right direction.

## Checklist

### Tests

- I added test coverage for Go changes...
  - [x] in their respective `*_test.go` for unit tests.
  - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server.
- I added test coverage for JavaScript changes...
  - [ ] in `web_src/js/*.test.js` if it can be unit tested.
  - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests)).

### Documentation

- [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change.
- [x] I did not document these changes and I do not expect someone else to do it.

### Release notes

- [ ] This change will be noticed by a Forgejo user or admin (feature, bug fix, performance, etc.). I suggest to include a release note for this change.
- [x] This change is not visible to a Forgejo user or admin (refactor, dependency upgrade, etc.). I think there is no need to add a release note for this change.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11176
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: xrstf <git@xrstf.de>
Co-committed-by: xrstf <git@xrstf.de>
2026-02-06 20:19:00 +01:00
..
action.yml ensure consistent sort order in TestFeed fixture (#11176) 2026-02-06 20:19:00 +01:00
comment.yml fix: don't show truncated comments in RSS/Atom feeds 2024-10-22 15:15:09 +02:00
team.yml fix: require code permissions for branch feed 2024-11-15 10:59:36 +01:00
team_repo.yml fix: require code permissions for branch feed 2024-11-15 10:59:36 +01:00
team_unit.yml fix: require code permissions for branch feed 2024-11-15 10:59:36 +01:00
team_user.yml fix: require code permissions for branch feed 2024-11-15 10:59:36 +01:00