mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
Fix tests to account for built-in extensions
This commit is contained in:
parent
c1152670a3
commit
cc63aac305
5 changed files with 23 additions and 35 deletions
|
@ -139,6 +139,7 @@ impl Database {
|
|||
_shared_wal: shared_wal.clone(),
|
||||
syms,
|
||||
};
|
||||
#[cfg(not(target_family = "wasm"))]
|
||||
if let Err(e) = db.register_builtins() {
|
||||
return Err(LimboError::ExtensionError(e));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue