Skip to content

Commit 4cca292

Browse files
committed
testing host_bindgen changes
Signed-off-by: Shailesh Vashishth <shavashishth@gmail.com>
1 parent c093485 commit 4cca292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/tests/wit_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ mod pick_world_binding_test {
435435
use crate::pick_world_bindings::r#twoworlds::r#wit::r#first_import::RecFirstImport;
436436

437437
impl crate::pick_world_bindings::r#twoworlds::r#wit::r#first_import::RecFirstImport {
438-
fn new() -> Option<Self> {
438+
fn new() -> Self {
439439
Self {
440440
r#key: String::from("dummyKey"),
441441
r#value: String::from("dummyValue"),

0 commit comments

Comments
 (0)