Add an integration test for snapshot syncing

This commit is contained in:
Dustin J. Mitchell 2021-10-24 21:23:57 -04:00
parent 43a21ba3a6
commit 2e65d172cd
4 changed files with 103 additions and 0 deletions

View file

@ -17,3 +17,5 @@ actix-web = "^3.3.2"
actix-rt = "^1.1.1"
tempfile = "3"
pretty_assertions = "1"
log = "^0.4.14"
env_logger = "^0.8.3"