Skip to content

Feature/didcomm to#75

Open
vmidyllic wants to merge 9 commits into
mainfrom
feature/didcomm-to
Open

Feature/didcomm to#75
vmidyllic wants to merge 9 commits into
mainfrom
feature/didcomm-to

Conversation

@vmidyllic

Copy link
Copy Markdown
Contributor

No description provided.

@vmidyllic vmidyllic requested review from demonsh, olomix and x1m3 March 24, 2025 11:57
# Conflicts:
#	protocol/auth.go
#	protocol/auth_test.go
#	protocol/contract_invoke.go
#	protocol/contract_invoke_test.go
#	protocol/credentials.go
#	protocol/devices.go
#	protocol/messages.go
#	protocol/payment.go
#	protocol/problem_report.go
#	protocol/proof.go
#	protocol/revocation.go
Comment thread message.go
Comment thread message.go
Comment thread protocol/auth_test.go

marshalledReq, err := json.Marshal(authRequest)
require.NoError(t, err)
t.Log(string(marshalledReq))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to require.Equal to pre defined expected json, instead of log.

Comment thread protocol/auth_test.go

marshalledReq2, err := json.Marshal(a)
require.NoError(t, err)
t.Log(string(marshalledReq2))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to require.Equal to pre defined expected json, instead of log.

Comment thread protocol/auth_test.go

marshalledReq, err := json.Marshal(authRequest)
require.NoError(t, err)
t.Log(string(marshalledReq))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to remove?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants