Stewpeed typo :|

This commit is contained in:
Alexandre Aubin 2020-05-17 04:22:15 +02:00
parent 086db7a94b
commit 7b4a9b57bc

View file

@ -64,7 +64,7 @@ def test_service_add():
service_add("dummyservice", description="A dummy service to run tests")
assert "dummyservice" in service_status().keys()
def test_service_add_real_service()
def test_service_add_real_service():
service_add("networking")
assert "networking" in service_status().keys()