From eb6fb8e5fe1efb3fbb927d13075cf5a1b33aa83e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Jan 2019 21:43:14 -0800 Subject: rust 2018 edition! Only the basics to get things to compile/test again in this commit. --- rust/tests/test_old_python_tests.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rust/tests/test_old_python_tests.rs') diff --git a/rust/tests/test_old_python_tests.rs b/rust/tests/test_old_python_tests.rs index 0401f699..d607fa42 100644 --- a/rust/tests/test_old_python_tests.rs +++ b/rust/tests/test_old_python_tests.rs @@ -13,13 +13,12 @@ use fatcat_api_spec::models::*; use fatcat_api_spec::*; mod helpers; -use helpers::setup_client; // Disabled due to hang //#[test] #[allow(dead_code)] fn test_api_rich_create() { - let (client, context, mut server) = setup_client(); + let (client, context, mut server) = helpers::setup_client(); let client = client.with_context(context); let admin_id = "aaaaaaaaaaaabkvkaaaaaaaaae".to_string(); @@ -195,7 +194,7 @@ fn test_api_rich_create() { //#[test] #[allow(dead_code)] fn test_merge_works() { - let (client, context, mut server) = setup_client(); + let (client, context, mut server) = helpers::setup_client(); let client = client.with_context(context); let admin_id = "aaaaaaaaaaaabkvkaaaaaaaaae".to_string(); -- cgit v1.2.3