Skip to content

Commit 5654dd4

Browse files
committed
update unit test
1 parent b4436e4 commit 5654dd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/process_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ 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)
7574
})
7675
}
7776
}

0 commit comments

Comments
 (0)