Skip to content

Commit 5bb9dc1

Browse files
committed
Try failing unit tests
1 parent 1994a6b commit 5bb9dc1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

scripts/workflow/format_workflow_outputs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ else
1717
RESULT="skip"
1818
fi
1919

20+
echo "CATTING"
2021
cat $IN_FILE
22+
echo "CATTED"
2123

2224
if [[ -f "$IN_FILE" ]]; then
2325
NUM_ISSUES=$(jq '.Issues | length' "$IN_FILE")

src/core/process_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ func TestCheckForProcesses(t *testing.T) {
7171

7272
assert.Equal(t, nil, err, fmt.Sprintf("Expected error to be nil but got %v", err))
7373
assert.Equal(t, tc.expMissingProcs, missingProcesses, fmt.Sprintf("Expected missing processes to be %v but got %v", tc.expMissingProcs, missingProcesses))
74+
assert.Equal(t, true, false)
7475
})
7576
}
7677
}

0 commit comments

Comments
 (0)