mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
node-tests: Update references to "private message" and "PM".
Updates any use of "private message" and "PM" in the `web/tests` directory to instead use "direct messages".
This commit is contained in:
committed by
Tim Abbott
parent
7c47616ffa
commit
73e5812831
@@ -50,7 +50,7 @@ function test(label, f) {
|
||||
}
|
||||
|
||||
test("edge_cases", () => {
|
||||
// private messages
|
||||
// direct messages
|
||||
assert.ok(!user_topics.is_topic_muted(undefined, undefined));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user