Style Fix: changed double quotes to single quotes

This commit is contained in:
Ambika Nair 2020-06-18 17:27:28 -04:00
parent 900988e5ce
commit 19c3975301

View file

@ -5,7 +5,7 @@ import modules.contrib.kernel
@pytest.fixture @pytest.fixture
def some_kernel(): def some_kernel():
return "this-is-my-kernel" return 'this-is-my-kernel'
@pytest.fixture @pytest.fixture
def kernel_module(): def kernel_module():