Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/blueberry'
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Nov 8, 2024
2 parents e79b8c8 + b6e653e commit 648fbf7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ public async Task Reloading_AfterUpdatingSourceProvider_ShouldRefreshCaches()
// Assert that the workflow definition service finds the updated workflow version.
var definitionV2 = await _workflowDefinitionService.FindWorkflowGraphAsync(definitionId, VersionOptions.Latest);
Assert.Equal(definitionVersionId2, definitionV2!.Workflow.Identity.Id);

// Cleanup: Delete the workflow definition and its versions.
await _workflowDefinitionManager.DeleteByDefinitionIdAsync(definitionId, CancellationToken.None);
}

[Fact]
Expand Down

0 comments on commit 648fbf7

Please sign in to comment.