Skip to content

Commit

Permalink
Fix test of codedownSearcher build
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Sep 23, 2024
1 parent e68b571 commit ecad21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# inherit codedown;

# Tests use flake to do packageSearch builds
inherit (codedown) kernels;
inherit (codedown) kernels codedownSearcher;

# For .envrc
nixpkgsPath = pkgsStable.writeShellScriptBin "nixpkgsPath.sh" "echo -n ${pkgsStable.path}";
Expand Down
2 changes: 1 addition & 1 deletion tests/app/Spec/Tests/Searchers.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TestLib.TestSearchers

tests :: TopSpec
tests = describe "Searchers" $ do
it "searcher has some results" $ testSearcherHasNonemptyResults ".#codedown.codedownSearcher"
it "searcher has some results" $ testSearcherHasNonemptyResults ".#codedownSearcher"

main :: IO ()
main = runSandwichWithCommandLineArgs Sandwich.defaultOptions tests

0 comments on commit ecad21d

Please sign in to comment.