From: Kai Moritz Date: Sat, 11 Oct 2025 19:01:56 +0000 (+0200) Subject: refactor: Shared the renamed pact X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=b15c5d4ca91a280445e182c43f7d6e62044bebef;p=demos%2Fkafka%2Fchat refactor: Shared the renamed pact --- diff --git a/pacts b/pacts index 9d3b95c2..aebebad7 160000 --- a/pacts +++ b/pacts @@ -1 +1 @@ -Subproject commit 9d3b95c268e7db8710f9b6bd5bd2690bac65a9ab +Subproject commit aebebad7afa79a6854a25a45cc2b940224f0dad9 diff --git a/src/app/chatroom/chatroom.service.pact.spec.ts b/src/app/chatroom/chatroom.service.pact.spec.ts index 5ab6a71c..c87be942 100644 --- a/src/app/chatroom/chatroom.service.pact.spec.ts +++ b/src/app/chatroom/chatroom.service.pact.spec.ts @@ -10,8 +10,8 @@ import { APP_PROPS } from '../app.tokens'; describe('Pact between the ChatroomService and the backend', () => { const provider = new Pact({ - consumer: 'frontend.ChatroomService', - provider: 'backend', + consumer: 'ChatroomService', + provider: 'ChatBackendController', spec: SpecificationVersion.SPECIFICATION_VERSION_V4, dir: 'pacts', logLevel: 'debug',