Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
pyranota
2025-12-02 13:33:56 +01:00
parent a2457dc9f2
commit 6dc53f385d
+1 -1
View File
@@ -64,7 +64,7 @@ mod workspace_dependencies {
name: Some("test".to_owned()),
description: None,
}
.create("", "", "", db)
.create(("".to_owned(), "".to_owned(), "".to_owned()), db.clone())
.await
.unwrap();