Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

fixing schema type error #530

Merged
merged 2 commits into from
Jun 9, 2023
Merged

fixing schema type error #530

merged 2 commits into from
Jun 9, 2023

Conversation

nitro-neal
Copy link
Contributor

Fixes: #523

ListSchemas now matches the output on GetSchema for each schema:

image image

@@ -4,6 +4,7 @@ import (
"context"
"testing"

schema2 "github.com/TBD54566975/ssi-sdk/credential/schema"
Copy link
Contributor

Choose a reason for hiding this comment

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

s/schema2/credschema/

@codecov-commenter
Copy link

Codecov Report

Merging #530 (397092e) into main (777620f) will not change coverage.
The diff coverage is n/a.

❗ Current head 397092e differs from pull request most recent head 7ecdfba. Consider uploading reports for the commit 7ecdfba to get more accurate results

@@           Coverage Diff           @@
##             main     #530   +/-   ##
=======================================
  Coverage   20.06%   20.06%           
=======================================
  Files          49       49           
  Lines        6150     6150           
=======================================
  Hits         1234     1234           
  Misses       4687     4687           
  Partials      229      229           

@nitro-neal nitro-neal merged commit 7710974 into main Jun 9, 2023
@nitro-neal nitro-neal deleted the fix-schema-type branch June 9, 2023 17:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Calling GET Schemas returns empty type in response
3 participants