Merge pull request #7478 from hercules-ci/make-sure-initNix-called

libstore: Make sure that initNix has been called
This commit is contained in:
Théophane Hufschmitt
2023-01-02 14:12:49 +01:00
committed by GitHub
5 changed files with 25 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ namespace nix {
class LibExprTest : public ::testing::Test {
public:
static void SetUpTestSuite() {
initLibStore();
initGC();
}