diff options
Diffstat (limited to 'test/sandbox/case/default.nix')
| -rw-r--r-- | test/sandbox/case/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/sandbox/case/default.nix b/test/sandbox/case/default.nix index 21bdd4a0..05a13de1 100644 --- a/test/sandbox/case/default.nix +++ b/test/sandbox/case/default.nix @@ -46,14 +46,14 @@ let ; share = testProgram; packages = [ ]; - path = "${testProgram}/bin/fortify-test"; + path = "${testProgram}/bin/hakurei-test"; args = [ "test" - (toString (builtins.toFile "fortify-${tc.name}-want.json" (builtins.toJSON tc.want))) + (toString (builtins.toFile "hakurei-${tc.name}-want.json" (builtins.toJSON tc.want))) ]; }; - testCaseName = name: "cat.gensokyo.fortify.test." + name; + testCaseName = name: "cat.gensokyo.hakurei.test." + name; in { ${testCaseName "preset"} = callTestCase ./preset.nix 1; |
