Skip to content

Commit 51baccf

Browse files
authored
Fix indentation
1 parent 00ae852 commit 51baccf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_default.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def test_directories(File):
1818

1919

2020
def test_files(File):
21-
def test_files(File):
2221
present = [
2322
"/etc/nginx/nginx.conf",
2423
"/etc/nginx/dhparam.pem"
@@ -37,7 +36,6 @@ def test_files(File):
3736
assert not d.exists
3837

3938

40-
4139
def test_service(Service):
4240
present = [
4341
"nginx"

0 commit comments

Comments
 (0)