mirror of
https://github.com/katanemo/plano.git
synced 2026-05-27 14:17:15 +02:00
fix int test
This commit is contained in:
parent
f0eaa890dd
commit
37eca57e8d
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ use std::collections::HashMap;
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
fn wasm_module() -> String {
|
fn wasm_module() -> String {
|
||||||
let wasm_file = Path::new("target/wasm32-wasi/release/prompt_gateway.wasm");
|
let wasm_file = Path::new("target/wasm32-wasi/release/llm_gateway.wasm");
|
||||||
assert!(
|
assert!(
|
||||||
wasm_file.exists(),
|
wasm_file.exists(),
|
||||||
"Run `cargo build --release --target=wasm32-wasi` first"
|
"Run `cargo build --release --target=wasm32-wasi` first"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue