feat: add generated scene skill platform hardening
This commit is contained in:
@@ -147,5 +147,7 @@ fn bridge_backend_maps_bridge_failure_to_pipe_error() {
|
||||
)
|
||||
.unwrap_err();
|
||||
|
||||
assert!(matches!(error, PipeError::Protocol(message) if message == "bridge action failed: selector not found"));
|
||||
assert!(
|
||||
matches!(error, PipeError::Protocol(message) if message == "bridge action failed: selector not found")
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user