Skip to content

Commit 08b1fe3

Browse files
committed
not, not today
Signed-off-by: Max Chesterfield <max.chesterfield@zepben.com>
1 parent 79ab106 commit 08b1fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/services/network/tracing/traversal/test_step_action.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# This Source Code Form is subject to the terms of the Mozilla Public
33
# License, v. 2.0. If a copy of the MPL was not distributed with this
44
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
5+
import pytest
56
from pytest import raises
67

78
from zepben.ewb import StepAction, StepContext
@@ -49,6 +50,7 @@ def _apply(self, item: T, context: StepContext):
4950

5051
assert captured == [(expected_item, expected_ctx)]
5152

53+
@pytest.mark.asyncio
5254
async def test_async_step_action(self):
5355
captured = []
5456

0 commit comments

Comments
 (0)