Skip to content

Commit

Permalink
Update tests/unit/substitutionsTest.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
  • Loading branch information
Half-Shot and auscompgeek committed Apr 16, 2024
1 parent c3c6bf5 commit 4c80e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/substitutionsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ describe("Substitutions", () => {
});
});

describe("slackTextToMatrixHTML", () => {
describe("slackToMatrix", () => {
it("should repeat a plain string", () => {
const res = substitutions.slackToMatrix("Hello World!");
expect(res).to.equal("Hello World!");
Expand Down

0 comments on commit 4c80e0c

Please sign in to comment.