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

@@ -16,11 +16,11 @@ const compose_paste = zrequire("compose_paste");
const stream_data = zrequire("stream_data");
set_global("document", {});
stream_data.add_sub({
stream_data.add_sub_for_tests({
stream_id: 4,
name: "Rome",
});
stream_data.add_sub({
stream_data.add_sub_for_tests({
stream_id: 5,
name: "Romeo`s lair",
});