Skip to content

Commit

Permalink
Rename test file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Feb 17, 2024
1 parent c0560bb commit fd7a97f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blindsign/blindrsa/brsa_test.go
Expand Up @@ -19,7 +19,7 @@ import (
)

func loadPrivateKey() (*rsa.PrivateKey, error) {
file, err := os.ReadFile("./testdata/test_rsa2048_rfc9500.json")
file, err := os.ReadFile("./testdata/testRSA2048.rfc9500.pem")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit fd7a97f

Please sign in to comment.