Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Toktar committed Jul 7, 2022
1 parent 18b6b7a commit 3aaba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/request_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestResolve(t *testing.T) {
t.Run(subtest.name, func(t *testing.T) {
requestService := NewRequestService("cheqd", subtest.ledgerService)
id := "did:" + subtest.method + ":" + subtest.namespace + ":" + subtest.identifier
expectedDIDProperties := types.DidProperties{}
var expectedDIDProperties types.DidProperties
expectedDIDProperties = types.DidProperties{
DidString: id,
MethodSpecificId: subtest.identifier,
Expand Down

0 comments on commit 3aaba65

Please sign in to comment.