Skip to content

Commit 73ec2da

Browse files
committed
fix: core tests
1 parent 32c0743 commit 73ec2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/interpreter_js/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ mod test {
139139
fn http_call(
140140
&mut self,
141141
_params: map_std::unstable::HttpRequest,
142-
_security: map_std::unstable::HttpRequestSecurity
142+
_security: Option<map_std::unstable::HttpRequestSecurity>
143143
) -> Result<sf_std::abi::Handle, map_std::unstable::HttpCallError> {
144144
Ok(1)
145145
}

0 commit comments

Comments
 (0)