Skip to content

Commit

Permalink
Rewording unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu2018 committed Aug 18, 2023
1 parent 0a02810 commit ca067f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ReactViews/Story/StoryPanel/StoryBodySpec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ describe("StoryBody", function () {
expect(theIframeInstance.props.height).toBe("315");
});

it("should exclude embedded media using tags other unsafe tag", function () {
it("should exclude embedded media using unsafe tag", function () {
const theStory = {
id: "some id",
title: "test",
Expand Down

0 comments on commit ca067f9

Please sign in to comment.