diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/app/dispatcher_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/app/dispatcher_test.go b/internal/app/dispatcher_test.go index 74f72b4b..839e9e42 100644 --- a/internal/app/dispatcher_test.go +++ b/internal/app/dispatcher_test.go @@ -47,7 +47,7 @@ const ( wantRuntimeSharePath = wantRunDirPath + "/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" ) -// checkExpectInstanceId is the [state.ID] value used by checkOpBehaviour to initialise outcomeState. +// checkExpectInstanceId is the [hst.ID] value used by checkOpBehaviour to initialise outcomeState. var checkExpectInstanceId = *(*hst.ID)(bytes.Repeat([]byte{0xaa}, len(hst.ID{}))) type ( |
