diff --git a/server/tests/web.rs b/server/tests/web.rs index 9f420118..1e4863c9 100644 --- a/server/tests/web.rs +++ b/server/tests/web.rs @@ -377,4 +377,7 @@ fn one_partition() { assert_eq!(response.instances, initial_response.instances); } + + // TODO: Test to change existing instance + // TODO: Copy each project into temp dir before using them } \ No newline at end of file