Skip to content

Commit 640caef

Browse files
committed
test [nfc]: Comment on how to extract some expected results from a replit
I meant to do this as part of zulip#381, oops.
1 parent 98e3527 commit 640caef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/api/model/model_test.dart

+6
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ void main() {
202202
// Check against everything in ZULIP_ASSIGNMENT_COLORS
203203
// in <https://replit.com/@VladKorobov/zulip-topic-feed-colors#script.js>.
204204
// (Skipping `streamColors` because there are 100+ of them.)
205+
// On how to extract expected results from the replit, see:
206+
// https://github.com/zulip/zulip-flutter/pull/381#discussion_r1399319296
205207

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

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

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

0 commit comments

Comments
 (0)