Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Penninckx authored Nov 21, 2023
1 parent 2ecf7fb commit d928071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/modules/arr.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let
services.sonarr = anyOpt {};
};
}
../../modules/arr.nix
../../modules/services/arr.nix
m
];
}).config;
Expand Down
2 changes: 1 addition & 1 deletion test/modules/davfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let
services = anyOpt {};
};
}
../../modules/davfs.nix
../../modules/blocks/davfs.nix
m
];
}).config;
Expand Down
2 changes: 1 addition & 1 deletion test/modules/postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
systemd = anyOpt {};
};
}
../../modules/postgresql.nix
../../modules/blocks/postgresql.nix
m
];
}).config;
Expand Down

0 comments on commit d928071

Please sign in to comment.