From 3baa6b00630d7e6d820b93488aa0a4992b5d9033 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Fri, 28 Nov 2025 02:35:24 +0500 Subject: [PATCH] test(io): rename fixtures.sql to load.sql Signed-off-by: Taimoor Zaeem --- nix/tools/tests.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/tools/tests.nix b/nix/tools/tests.nix index 88ca05f26..e0a11851b 100644 --- a/nix/tools/tests.nix +++ b/nix/tools/tests.nix @@ -83,7 +83,7 @@ let } '' ${cabal-install}/bin/cabal v2-build ${devCabalOptions} exe:postgrest - ${cabal-install}/bin/cabal v2-exec -- ${withTools.withPg} -f test/io/fixtures.sql \ + ${cabal-install}/bin/cabal v2-exec -- ${withTools.withPg} -f test/io/load.sql \ ${ioTestPython}/bin/pytest --ignore=test/io/test_big_schema.py --ignore=test/io/test_replica.py -v test/io "''${_arg_leftovers[@]}" ''; @@ -164,7 +164,7 @@ let # collect all tests HPCTIXFILE="$tmpdir"/io.tix \ - ${withTools.withPg} -f test/io/fixtures.sql \ + ${withTools.withPg} -f test/io/load.sql \ ${cabal-install}/bin/cabal v2-exec ${devCabalOptions} -- ${ioTestPython}/bin/pytest --ignore=test/io/test_big_schema.py --ignore=test/io/test_replica.py -v test/io HPCTIXFILE="$tmpdir"/big_schema.tix \