fix int test

This commit is contained in:
Adil Hafeez 2024-10-16 11:45:37 -07:00
parent f0eaa890dd
commit 37eca57e8d

View file

@ -17,7 +17,7 @@ use std::collections::HashMap;
use std::path::Path;
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!(
wasm_file.exists(),
"Run `cargo build --release --target=wasm32-wasi` first"