fix(pytest): don't reverse namespaces

See #26
This commit is contained in:
Rónán Carrigan
2022-10-31 14:14:52 +00:00
parent 2dc9c95fe9
commit ba7069a030
2 changed files with 7 additions and 8 deletions

View File

@@ -31,7 +31,6 @@ else:
class NeotestAdapter(abc.ABC):
def update_result(
self, base: Optional[NeotestResult], update: NeotestResult
) -> NeotestResult: