Skip to content

Commit

Permalink
update web5-js test name regex (#101)
Browse files Browse the repository at this point in the history
* web5-js didn't follow the old format, update regex

fixes #100

* fix README.md which was failing the lint job
  • Loading branch information
finn-block authored Jan 11, 2024
1 parent bbc16aa commit a4f9fe0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,3 @@ Further, the key manager interface **must** be passed as an argument to _all_ pu
| [Predicates](https://identity.foundation/presentation-exchange/spec/v2.0.0/#predicate-feature) |||||
| [Relational Constraints](https://identity.foundation/presentation-exchange/spec/v2.0.0/#relational-constraint-feature) |||||
| [Credential Status](https://identity.foundation/presentation-exchange/spec/v2.0.0/#credential-status-constraint-feature) |||||

2 changes: 1 addition & 1 deletion reports/sdks.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
Repo: "TBD54566975/web5-js",
ArtifactName: "junit-results",
FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)`),
VectorRegex: regexp.MustCompile(`\w+ \w+ (\w+)`),
VectorRegex: regexp.MustCompile(`.* Web5TestVectors\w+ (\w+)`),
VectorPath: "test-vectors",
},
{
Expand Down

0 comments on commit a4f9fe0

Please sign in to comment.