Skip to content

Commit

Permalink
web5-js didn't follow the old format, update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Jan 11, 2024
1 parent bbc16aa commit 8482c9d
Showing 1 changed file with 1 addition and 1 deletion.
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 8482c9d

Please sign in to comment.