Skip to content

Commit

Permalink
Adds coverage to mutable state builder (#6388)
Browse files Browse the repository at this point in the history
* Adds coverage to mutable state builder
  • Loading branch information
davidporter-id-au authored Oct 31, 2024
1 parent e170bd0 commit 28f48e4
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 4 deletions.
5 changes: 1 addition & 4 deletions service/history/execution/mutable_state_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ func (e *mutableStateBuilder) Load(
}
}
}

return nil
}

Expand Down Expand Up @@ -1365,10 +1366,6 @@ func (e *mutableStateBuilder) GetTransferTasks() []persistence.Task {
return e.insertTransferTasks
}

func (e *mutableStateBuilder) GetCrossClusterTasks() []persistence.Task {
return e.insertCrossClusterTasks
}

func (e *mutableStateBuilder) GetTimerTasks() []persistence.Task {
return e.insertTimerTasks
}
Expand Down
Loading

0 comments on commit 28f48e4

Please sign in to comment.