Skip to content

Commit

Permalink
Fix the exclude tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Nov 25, 2023
1 parent 96e9ec8 commit 8e0f716
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(Sqlite('libsql.js')))]
#[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 8e0f716

Please sign in to comment.