Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie98choy committed Aug 13, 2024
1 parent fbec931 commit 9685d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/main/src/broker/endpoint_broker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ mod tests {
response.result = Some(result);
apply_response(response, filter, &rpc_request, &mut output);

assert_eq!(output.data.result.unwrap(), "null");
assert_eq!(output.data.result.unwrap(), serde_json::Value::Null);

// securestorage.get
let result = json!({"value": "some_value","success": true,"ttl": 100});
Expand Down

0 comments on commit 9685d99

Please sign in to comment.