Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: basic message pthid/thid support #1381

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: remove logger
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Mar 14, 2023
commit c81f020e69039551e9d0dc0737a78ffb7d56f605
Original file line number Diff line number Diff line change
@@ -11,15 +11,13 @@ import { getAgentOptions, makeConnection, waitForBasicMessage } from '../../../.
import testLogger from '../../../../tests/logger'
import { Agent } from '../../../agent/Agent'
import { MessageSendingError, RecordNotFoundError } from '../../../error'
import { ConsoleLogger, LogLevel } from '../../../logger'
import { BasicMessage } from '../messages'
import { BasicMessageRecord } from '../repository'

const faberConfig = getAgentOptions(
'Faber Basic Messages',
{
endpoints: ['rxjs:faber'],
logger: new ConsoleLogger(LogLevel.debug),
},
getIndySdkModules()
)
@@ -28,7 +26,6 @@ const aliceConfig = getAgentOptions(
'Alice Basic Messages',
{
endpoints: ['rxjs:alice'],
logger: new ConsoleLogger(LogLevel.debug),
},
getIndySdkModules()
)