Skip to content

Fix error in chaining stages in ReactiveStatelessWithBatchTest #2203

Closed
@DavideD

Description

@DavideD

Ooops... a bit embarassing.

Some methods call .thenApply instead of .thenCompose.

Here's an example

.thenApply( pigs -> {
	pigs.get( 0 ).setName( "One updated" );
	pigs.get( 1 ).setName( "Two updated" );
	return s.update( 10, pigs.toArray() );
} )

Metadata

Metadata

Assignees

Labels

testingImprovements to test suite

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions