1
0
Fork 0
This commit is contained in:
Andrew MacFie 2024-03-19 02:00:26 +07:00
parent ca2f7568f9
commit 2f1b564469
1 changed files with 0 additions and 1 deletions

View File

@ -535,4 +535,3 @@ def test_notifications(executor):
with mock.patch("pgcli.main.click.secho") as mock_secho:
run(executor, "notify chan1, 'testing2'")
mock_secho.assert_not_called()