From 1a51d978bb70b044d710b95be782aeb49a61826d Mon Sep 17 00:00:00 2001 From: klaidas Date: Fri, 22 Dec 2023 02:15:32 +0000 Subject: [PATCH] tmp after rebasre --- digitalidentity/share_session_notification_builder_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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