changing return order of test items so the sorting tests will fail if actually broken

Signed-off-by: Elad Iwanir <eladiw@users.noreply.github.com>
pull/5140/head
Elad Iwanir 6 years ago
parent a1ea9678be
commit 2734066bcc

@ -484,12 +484,12 @@ metadata:
kind: Pod kind: Pod
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: beluga name: coral
--- ---
kind: Pod kind: Pod
apiVersion: v1 apiVersion: v1
metadata: metadata:
name: coral name: beluga
` `
const testServiceManifest = ` const testServiceManifest = `

Loading…
Cancel
Save