From 82ab4236882bbac8242b3006ba8e38632f8eb12a Mon Sep 17 00:00:00 2001 From: Yuri Date: Fri, 13 Dec 2024 15:01:02 -0800 Subject: [PATCH] Update temporalcli/commands.activity_test.go Co-authored-by: Chad Retz --- temporalcli/commands.activity_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporalcli/commands.activity_test.go b/temporalcli/commands.activity_test.go index e133e619..f976ef01 100644 --- a/temporalcli/commands.activity_test.go +++ b/temporalcli/commands.activity_test.go @@ -174,7 +174,7 @@ func (s *SharedServerSuite) TestActivityOptionsUpdate_Partial() { // old value // note - this is a snapshot of current values - //if this test fails, check the default values of activity options + // if this test fails, check the default values of activity options s.ContainsOnSameLine(out, "StartToCloseTimeout", "10s") s.ContainsOnSameLine(out, "HeartbeatTimeout", "0s") s.ContainsOnSameLine(out, "MaximumInterval", "1m40s")