DEV: Fix random typos (#28891)

This commit is contained in:
Jarek Radosz
2024-09-12 23:25:34 +02:00
committed by GitHub
parent 6bc9153a0d
commit 896f116443
3 changed files with 15 additions and 15 deletions

View File

@ -4,7 +4,7 @@ import { module, test } from "qunit";
import ChatFabricators from "discourse/plugins/chat/discourse/lib/fabricators";
import ChatMessage from "discourse/plugins/chat/discourse/models/chat-message";
module("Discourse Chat | Unit | Models | chat-message", function (hooks) {
module("Discourse Chat | Unit | Models | chat-message", function (hooks) {
setupTest(hooks);
test(".persisted", function (assert) {