nixos/tests/*: editorconfig fixes

This commit is contained in:
zowoq
2020-08-04 00:23:54 +10:00
parent 2b5659c700
commit 8ae7f8c359
14 changed files with 22 additions and 23 deletions
+1 -2
View File
@@ -24,9 +24,8 @@ in {
testScript = ''
machine.wait_for_unit("syncthing-init.service")
config = machine.succeed("cat /var/lib/syncthing/.config/syncthing/config.xml")
assert "testFolder" in config
assert "${testId}" in config
'';
})