Skip to content

Commit

Permalink
Update temporalcli/commands.activity_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Chad Retz <chad@temporal.io>
ychebotarev and cretz authored Dec 13, 2024
1 parent 711b5e7 commit 82ab423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporalcli/commands.activity_test.go
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit 82ab423

Please sign in to comment.