Skip to content

Commit b3c27db

Browse files
fix typo
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Patrick <patrick.rissmann@l3montree.com>
1 parent 16ba4cb commit b3c27db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integrations/commonint/integration_helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ func TestRenderPathToComponent(t *testing.T) {
395395
}
396396

397397
})
398-
t.Run("Everything works as expeted with a non empty component list", func(t *testing.T) {
398+
t.Run("Everything works as expected with a non empty component list", func(t *testing.T) {
399399
// Create a chain of actual components (all with pkg: prefix) to have a path with edges
400400
components := []models.ComponentDependency{
401401
{ComponentID: "ROOT", DependencyID: "artifact:test-artifact", Dependency: models.Component{ID: "artifact:test-artifact"}}, // root --> artifact

0 commit comments

Comments
 (0)