Skip to content

Commit

Permalink
fix example_test name convention
Browse files Browse the repository at this point in the history
Signed-off-by: 7h3-3mp7y-m4n <[email protected]>
  • Loading branch information
7h3-3mp7y-m4n committed Oct 15, 2024
1 parent 666ca89 commit 0c8b008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uriget/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func ExampleWithHttpClient() {
fmt.Println(err)
// Output: failed to make get request: Get "https://example.com": no proxy
}
func ExampleGetFile_Oci() {
func ExampleGetFile_oci() {
testUrl := "oci://ghcr.io/score-spec/score-compose:0.18.0"
buff, err := GetFile(context.Background(), testUrl)
if err != nil {
Expand Down

0 comments on commit 0c8b008

Please sign in to comment.