Skip to content

Commit

Permalink
Change only tag from generic JS to libsql.js
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Fernández <[email protected]>
  • Loading branch information
aqrln and Miguel Fernández authored Nov 24, 2023
1 parent 5ab9f4f commit 3948956
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use query_engine_tests::*;

#[test_suite(schema(generic), only(JS, Sqlite))]
#[test_suite(schema(generic), only(Sqlite('libsql.js')))]
mod sqlite {
#[connector_test]
async fn close_tx_on_error(runner: Runner) -> TestResult<()> {
Expand Down

0 comments on commit 3948956

Please sign in to comment.