Skip to content

Commit f0700da

Browse files
committed
fix tests
1 parent f43b21f commit f0700da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen-server-test/integration-tests/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codegen-server-test/integration-tests/eventstreams/tests/structured_eventstream_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ async fn streaming_operation_with_optional_data_handler(
233233
.unwrap()
234234
.streaming_operation_with_optional_data
235235
.events
236-
.push(event.clone());
236+
.push(event.message.clone());
237237
}
238238

239239
Ok(output::StreamingOperationWithOptionalDataOutput::builder()

0 commit comments

Comments
 (0)