diff --git a/digitalidentity/share_session_notification_builder_test.go b/digitalidentity/share_session_notification_builder_test.go index a60e301e..cc32a22c 100644 --- a/digitalidentity/share_session_notification_builder_test.go +++ b/digitalidentity/share_session_notification_builder_test.go @@ -57,7 +57,7 @@ func ExampleShareSessionNotificationBuilder_WithMethod() { func ExampleShareSessionNotificationBuilder_WithVerifyTls() { - shareSessionNotify, err := (&ShareSessionNotificationBuilder{}).WithVerifyTls(true).Build() + shareSessionNotify, err := (&ShareSessionNotificationBuilder{}).WithVerifyTLS(true).Build() if err != nil { fmt.Printf("error: %s", err.Error()) return