From 4f1f21b8ec6f1542ce6197e4f7b4d039724962b1 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Mon, 8 Jul 2024 21:35:00 +0300 Subject: [PATCH] update unit --- example/simple/stub/simple2.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/example/simple/stub/simple2.yml b/example/simple/stub/simple2.yml index 0a1526ad..30e3d541 100644 --- a/example/simple/stub/simple2.yml +++ b/example/simple/stub/simple2.yml @@ -1,9 +1,9 @@ -- service: Gripmock - method: SayHello - input: - equals: - name: simple2 - output: - data: - message: Hello Simple2 - return_code: 2 +service: Gripmock +method: SayHello +input: + equals: + name: simple2 +output: + data: + message: Hello Simple2 + return_code: 2