We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75a8d9 commit 6a3a569Copy full SHA for 6a3a569
parrot/examples_test.go
@@ -11,7 +11,7 @@ import (
11
"github.com/smartcontractkit/chainlink-testing-framework/parrot"
12
)
13
14
-func ExampleRegister() {
+func ExampleServer_Register() {
15
// Create a new parrot instance with no logging and a custom save file
16
saveFile := "register_example.json"
17
p, err := parrot.Wake(parrot.WithLogLevel(zerolog.NoLevel), parrot.WithSaveFile(saveFile))
0 commit comments