aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_old_python_tests.rs
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-01-09 13:06:11 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-01-09 13:06:11 -0800
commitad58e900247ca9be2b29ea8f926c4120e1c9501a (patch)
tree68b0f59daf1a1b66b1bd4061ef13c076f106a81e /rust/tests/test_old_python_tests.rs
parentcbf615dda68367600c47c6867d27737c0113ca39 (diff)
downloadfatcat-ad58e900247ca9be2b29ea8f926c4120e1c9501a.tar.gz
fatcat-ad58e900247ca9be2b29ea8f926c4120e1c9501a.zip
start removing active editgroup code
Diffstat (limited to 'rust/tests/test_old_python_tests.rs')
-rw-r--r--rust/tests/test_old_python_tests.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/rust/tests/test_old_python_tests.rs b/rust/tests/test_old_python_tests.rs
index 0676a604..ac9d4112 100644
--- a/rust/tests/test_old_python_tests.rs
+++ b/rust/tests/test_old_python_tests.rs
@@ -177,8 +177,6 @@ fn test_api_rich_create() {
};
assert_eq!(fe.release_ids.unwrap()[0], release_id.clone());
- // had a test for active_editgroup here, but that's soon-to-be-deprecated
-
server.close().unwrap()
}