test_stream_topic_history: Remove unused mock for people.ts.

This commit removes the unused mock for 'people.ts' in
'stream_topic_history.test.cjs'.
This commit is contained in:
Prakhar Pratyush
2025-06-26 20:15:58 +05:30
committed by Tim Abbott
parent 8d0f13cad4
commit 2bf13c36be

View File

@@ -7,9 +7,6 @@ const {run_test, noop} = require("./lib/test.cjs");
const channel = mock_esm("../src/channel");
const message_util = mock_esm("../src/message_util");
mock_esm("../src/people.ts", {
maybe_get_user_by_id: noop,
});
const echo_state = zrequire("echo_state");
const topic_list = zrequire("topic_list");