From 84f468ce411d2b3ce36b4e8b1ccaed731ec31af0 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 6 Jan 2017 17:19:36 -0800 Subject: [PATCH] Rename to Project Mentat (tests). --- tests/external_test.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/external_test.rs b/tests/external_test.rs index 13c65dee..88d49967 100644 --- a/tests/external_test.rs +++ b/tests/external_test.rs @@ -8,7 +8,7 @@ // CONDITIONS OF ANY KIND, either express or implied. See the License for the // specific language governing permissions and limitations under the License. -extern crate datomish; +extern crate mentat; #[test] fn can_import_sqlite() { @@ -20,7 +20,7 @@ fn can_import_sqlite() { data: Option> } - let conn = datomish::get_connection(); + let conn = mentat::get_connection(); conn.execute("CREATE TABLE person ( id INTEGER PRIMARY KEY,