zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 68b2352bd934ca4df8e00327013b494ea5b6a7d1
parent 35cd265e7eb4945d9976698458c4fa2a2f8a3e9b
Author: srfsh <dev@srf.sh>
Date:   Thu, 21 Jul 2022 16:25:58 +0300

zencode/src/verify_graphql: logic fix

Diffstat:
Mzencode/src/verify_graphql.zen | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zencode/src/verify_graphql.zen b/zencode/src/verify_graphql.zen @@ -2,7 +2,7 @@ Scenario eddsa: verify the signature of a graph query Given I have a 'base64' named 'graphql' Given I have a 'eddsa signature' -Given I have a 'base64' named 'eddsa public key' in 'pubkeys' +Given I have a 'base58' named 'eddsa public key' # check that the graph query is reentrant # When I create the count of char '{' found in 'graphql'