Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonjmtan authored and Quinn-With-Two-Ns committed Apr 24, 2023
1 parent bc3620d commit fb1142b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/internal_worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,7 @@ func testRegisterStructWithInvalidActivityWithWorkflowContextFails() {
}

func TestRegisterStructWithInvalidActivityWithWorkflowContextFails(t *testing.T) {
assert.Panics(t, testRegisterStructWithInvalidWorkflowContextFnFails)
assert.Panics(t, testRegisterStructWithInvalidActivityWithWorkflowContextFails)
}

func TestVariousActivitySchedulingOption(t *testing.T) {
Expand Down

0 comments on commit fb1142b

Please sign in to comment.