Skip to content

Commit 95d3a8d

Browse files
committed
test(): update publisher controller
1 parent b9963c4 commit 95d3a8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/microservice-sample/src/publisher/publisher.controller.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ describe('PublisherController', () => {
2929
describe('root', () => {
3030
it('should publish an event to microservice"', () => {
3131
expect(publisherController.publishEvent()).toMatchInlineSnapshot(`
32-
Object {
33-
"result": Object {
32+
{
33+
"result": {
3434
"success": true,
3535
},
3636
}

0 commit comments

Comments
 (0)