Skip to content

Commit 3dde4c4

Browse files
committed
use crypto.so from sqlean in tests
1 parent 6442be2 commit 3dde4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sqlite.dbtspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target:
77
main: '/tmp/dbt-sqlite-tests/adapter_test.db'
88
schema_directory: '/tmp/dbt-sqlite-tests'
99
extensions:
10-
- "/tmp/dbt-sqlite-tests/digest.so"
10+
- "/tmp/dbt-sqlite-tests/crypto.so"
1111
threads: 1
1212
sequences:
1313
test_dbt_empty: empty

0 commit comments

Comments
 (0)