Skip to content

Commit 68b1662

Browse files
committed
not empty
Signed-off-by: joshvanl <[email protected]>
1 parent a4006ea commit 68b1662

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/e2e/standalone/scheduler_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ func TestSchedulerList(t *testing.T) {
8989
count, err := strconv.Atoi(strings.Fields(line)[2])
9090
require.NoError(t, err)
9191
assert.Equal(t, 1, count)
92-
93-
assert.NotEmpty(t, strings.Fields(line)[3])
9492
}
9593

9694
expNames = []string{

0 commit comments

Comments
 (0)