chore: remove test Println
This commit is contained in:
parent
a505b70506
commit
9625fb210c
|
@ -14,18 +14,6 @@ import (
|
||||||
|
|
||||||
func compareStageResults(t *testing.T, actual, expected []stage.StageResult, regex bool) {
|
func compareStageResults(t *testing.T, actual, expected []stage.StageResult, regex bool) {
|
||||||
t.Helper()
|
t.Helper()
|
||||||
|
|
||||||
// For Test
|
|
||||||
fmt.Println("Actual:")
|
|
||||||
for _, result := range actual {
|
|
||||||
fmt.Println(result)
|
|
||||||
}
|
|
||||||
|
|
||||||
fmt.Println("Expected:")
|
|
||||||
for _, result := range expected {
|
|
||||||
fmt.Println(result)
|
|
||||||
}
|
|
||||||
|
|
||||||
if len(actual) != len(expected) {
|
if len(actual) != len(expected) {
|
||||||
t.Fatalf("len(actual) = %d, expected %d", len(actual), len(expected))
|
t.Fatalf("len(actual) = %d, expected %d", len(actual), len(expected))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user