Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pkg/workflow/test_helpers_shared_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ func boolPtr(b bool) *bool {
return &b
}

// strPtr returns a pointer to a string value.
// This is a shared helper used by both unit and integration tests.
func strPtr(s string) *string {
return &s
}

// mockValidationError helps create validation errors for testing.
// This is a shared helper used by both unit and integration tests.
type mockValidationError struct {
Expand Down