Skip to content

Commit

Permalink
test [nfc]: Comment on how to extract some expected results from a re…
Browse files Browse the repository at this point in the history
…plit

I meant to do this as part of zulip#381, oops.
  • Loading branch information
chrisbobbe committed Nov 20, 2023
1 parent 98e3527 commit 640caef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/api/model/model_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ void main() {
// Check against everything in ZULIP_ASSIGNMENT_COLORS
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
// (Skipping `streamColors` because there are 100+ of them.)
// On how to extract expected results from the replit, see:
// https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296

// TODO Fix bug causing our implementation's results to differ from the
// replit's. Where they differ, see comment with what the replit gives.
Expand Down Expand Up @@ -241,6 +243,8 @@ void main() {
// Check against everything in ZULIP_ASSIGNMENT_COLORS
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
// (Skipping `streamColors` because there are 100+ of them.)
// On how to extract expected results from the replit, see:
// https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296

// TODO Fix bug causing our implementation's results to differ from the
// replit's. Where they differ, see comment with what the replit gives.
Expand Down Expand Up @@ -280,6 +284,8 @@ void main() {
// Check against everything in ZULIP_ASSIGNMENT_COLORS
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
// (Skipping `streamColors` because there are 100+ of them.)
// On how to extract expected results from the replit, see:
// https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296

// TODO Fix bug causing our implementation's results to differ from the
// replit's. Where they differ, see comment with what the replit gives.
Expand Down

0 comments on commit 640caef

Please sign in to comment.