Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Jun 28, 2024
1 parent d9da67b commit c61d3e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static class MaterialProviderFactory
// TODO: Get this from CLI or something?
private static readonly KeyVectorsConfig keyVectorsConfig = new KeyVectorsConfig
{
KeyManifestPath = "resources/keys.json"
KeyManifestPath = "../TestVectors/resources/keys.json"
};
private static KeyVectors keyVectors = new(keyVectorsConfig);

Expand Down

0 comments on commit c61d3e0

Please sign in to comment.