This commit is contained in:
J.Townsend 2023-10-02 00:18:00 +01:00 committed by GitHub
parent ac64e88e8d
commit 76ce3b3c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,5 +32,6 @@ async def test_search(self) -> None:
await search.process()
assert isinstance(await search.get_hostnames(), set)
if __name__ == "__main__":
pytest.main()