Commit 2734066b authored by Elad Iwanir's avatar Elad Iwanir

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

Signed-off-by: 's avatarElad Iwanir <eladiw@users.noreply.github.com>
parent a1ea9678
...@@ -484,12 +484,12 @@ metadata: ...@@ -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 = `
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment