surrealdb / surrealdb.js

SurrealDB SDK for JavaScript
https://surrealdb.com
Apache License 2.0
272 stars 45 forks source link

Fix live test #225

Closed kearfy closed 3 months ago

kearfy commented 3 months ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

The response checked against the live responses is incorrect

What does this change do?

Fixes the test

What is your testing strategy?

Ensure tests pass

Is this related to any issues?

Unblocking #220

Have you read the Contributing Guidelines?