Skip to content

Commit

Permalink
fix display bug
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejoker committed Jul 18, 2022
1 parent a704899 commit 7393322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/slack/commands/test_account_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_create_blocks_with_mod() -> None:
assert blocks[1] == {
"type": "section",
"text": {
"type": "plain_text",
"type": "mrkdwn",
"text": "Approved by *u/Mod Moddington*.",
},
}
Expand Down

0 comments on commit 7393322

Please sign in to comment.