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,