stream_data: Rename add_sub to add_sub_for_tests.

This commit is contained in:
Evy Kassirer
2025-08-21 11:51:38 -07:00
committed by Tim Abbott
parent b4c63b73dc
commit 10a815cae7
52 changed files with 233 additions and 225 deletions

View File

@@ -30,7 +30,7 @@ in `web/tests`. Here is an example test from
color: 'red',
stream_id: id
};
stream_data.add_sub('Denmark', sub);
stream_data.add_sub_for_tests('Denmark', sub);
sub = stream_data.get_sub('Denmark');
assert.equal(sub.color, 'red');
sub = sub_store.get(id);