refactor(tvix/store/tests): move fixtures into separate module

Change-Id: I362dbf0899e4dc42114fd2e6a8fa7f537e9ea138
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8156
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
Florian Klink 2023-02-27 09:12:09 +01:00 committed by flokli
parent 28a862976b
commit e7279b6063
7 changed files with 94 additions and 95 deletions

View file

@ -1,2 +1,3 @@
pub mod fixtures;
mod nar_renderer;
pub mod utils;