test(client): remove warning about disabled tests

This commit is contained in:
Sean McArthur
2019-09-11 14:55:14 -07:00
parent 6842c44a43
commit d46cde1216
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,4 @@
// FIXME: re-implement tests with `async/await`, this import should
// trigger a warning to remind us
use super::Client;
// FIXME: re-implement tests with `async/await`
/*
#![cfg(feature = "runtime")]