Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jemacineiras committed Aug 4, 2024
1 parent ceb97ca commit 5b20b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public class AsyncApiGeneratorFixtures {
.streamBridge(OperationParameterObject.builder()
.apiPackage("com.sngular.scsplugin.withoutids.model.event.producer")
.modelPackage("com.sngular.scsplugin.withoutids.model.event")
.modelNameSuffix("Mapper")
.modelNameSuffix("DTO")
.build())
.build()
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.springframework.stereotype.Component;
import org.springframework.cloud.stream.function.StreamBridge;
import com.sngular.scsplugin.withoutids.model.event.OrderMapper;
import com.sngular.scsplugin.withoutids.model.event.OrderDTO;

@Component
public class StreamBridgeProducer {
Expand Down

0 comments on commit 5b20b59

Please sign in to comment.