Add TODOs to web tests

This commit is contained in:
Lucien Greathouse
2018-06-11 15:37:59 -07:00
parent ba930ea584
commit f5599b95b3

View File

@@ -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
}