tests: Move 'mocked pagers' utils to separate file

This commit is contained in:
Martin Nordholts
2021-01-10 14:05:39 +01:00
parent 7809008016
commit eda72c31b2
3 changed files with 84 additions and 77 deletions

1
tests/utils/mod.rs Normal file
View File

@ -0,0 +1 @@
pub mod mocked_pagers;