From f5599b95b352a9229386858c020c186ede4d2fb7 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 11 Jun 2018 15:37:59 -0700 Subject: [PATCH] Add TODOs to web tests --- server/tests/web.rs | 3 +++ 1 file changed, 3 insertions(+) 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