Fix tests

This commit is contained in:
Adrian Heine 2020-08-06 19:35:47 +02:00
parent 67b6f90fe0
commit 907fbf95db
3 changed files with 4 additions and 4 deletions

View file

@ -60,7 +60,7 @@ fn can_create_an_acme_cert() {
.unwrap(),
"/etc/ssl/local_certs/somehost.crt",
);
assert_eq!(*count.borrow(), 15);
assert_eq!(*count.borrow(), 19);
}
#[test]