Skip to content

Commit

Permalink
chore: add line
Browse files Browse the repository at this point in the history
  • Loading branch information
jindex2411 committed Jan 12, 2022
1 parent 76e2d52 commit 06b46f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dasima/tests/test_mq.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def pub(self, flask_app):
@pytest.mark.parametrize("number", [2, 10, 100])
def test_exchange_type_one_recive(self, sub1, sub2, pub, number):
count_list = []

@sub1.exchange_type_one.subscribe("one")
def test_subscribe_function_1():
count_list.append(1)
Expand Down

0 comments on commit 06b46f5

Please sign in to comment.