Skip to content

Commit

Permalink
test: change log level
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Dec 7, 2023
1 parent 621c580 commit 047bda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/modules/connections/ConnectionsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class ConnectionsModule implements Module {
roles: [ConnectionRole.Invitee, ConnectionRole.Inviter],
}),
new Protocol({
id: 'https://didcomm.org/didexchange/1.0',
id: 'https://didcomm.org/didexchange/1.1',
roles: [DidExchangeRole.Requester, DidExchangeRole.Responder],
})
)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tests/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ export class TestLogger extends BaseLogger {
}
}

const testLogger = new TestLogger(LogLevel.info)
const testLogger = new TestLogger(LogLevel.off)

export default testLogger

0 comments on commit 047bda9

Please sign in to comment.