From f0d12775a583ecc7ad6b7b1d215a09c4b9ab8dbf Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 6 Dec 2021 16:27:46 +0100 Subject: Fix test for profile creation Signed-off-by: Matthias Beyer --- src/profile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/profile.rs b/src/profile.rs index 4a9bc2a..205f3b4 100644 --- a/src/profile.rs +++ b/src/profile.rs @@ -274,7 +274,7 @@ mod tests { #[tokio::test] async fn test_create_profile() { let _ = env_logger::try_init(); - let profile = Profile::new_inmemory(Config::default()).await; + let profile = Profile::new_inmemory(Config::default(), "test-create-profile").await; assert!(profile.is_ok()); } -- cgit v1.2.3