From b28f0d820b7ef8a4fcd95c26194267666ae36fa8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 17 Dec 2021 08:04:12 +0100 Subject: [PATCH] time: fix tests Signed-off-by: Wolfgang Bumiller --- proxmox-time/src/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-time/src/test.rs b/proxmox-time/src/test.rs index c5c23b4e..069433a5 100644 --- a/proxmox-time/src/test.rs +++ b/proxmox-time/src/test.rs @@ -1,4 +1,4 @@ -use anyhow::bail; +use anyhow::{bail, Error}; use super::*;