Skip to content

Commit

Permalink
feat: add relocation flag toggling
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Feb 21, 2025
1 parent 09d516f commit c41a9ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions actor/pid_option_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ func TestPIDOptions(t *testing.T) {
isSingleton: atomicTrue,
},
},
{
name: "withRelocationDisabled",
option: withRelocationDisabled(),
expected: &PID{disableRelocation: atomicTrue},
},
}
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
Expand Down

0 comments on commit c41a9ea

Please sign in to comment.