Skip to content

Commit 6a3a569

Browse files
committed
Fix example name
1 parent f75a8d9 commit 6a3a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parrot/examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/smartcontractkit/chainlink-testing-framework/parrot"
1212
)
1313

14-
func ExampleRegister() {
14+
func ExampleServer_Register() {
1515
// Create a new parrot instance with no logging and a custom save file
1616
saveFile := "register_example.json"
1717
p, err := parrot.Wake(parrot.WithLogLevel(zerolog.NoLevel), parrot.WithSaveFile(saveFile))

0 commit comments

Comments
 (0)