Brandon Wirick
Results
2
issues of
Brandon Wirick
Refer to issue: https://github.com/prisma/faunadb-rust/issues/7
The `test_create_database_eval` test is the only test to fail when running `cargo test`. When I remove the following line, the tests work: ```rust assert_eq!(res["api_version"].as_str(), Some("2.0")); ``` When I debug-print the...