From 5976ac79e2b3c8fee8e75074ded45b32fc912389 Mon Sep 17 00:00:00 2001 From: aashikam Date: Tue, 11 Jul 2023 14:00:34 +0530 Subject: [PATCH] Fix file name in nats BBE --- examples/index.json | 6 +++--- ...nats_jetstream_pub.out => nats_jetstream_pub.client.out} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename examples/nats-jetstream-pub/{nats_jetstream_pub.out => nats_jetstream_pub.client.out} (100%) diff --git a/examples/index.json b/examples/index.json index 37d2a7fe93..78928fc82d 100644 --- a/examples/index.json +++ b/examples/index.json @@ -3167,7 +3167,7 @@ "isLearnByExample": false }, { - "name": "Constraint validation", + "name": "Constraint validations", "url": "nats-service-constraint-validation", "verifyBuild": false, "verifyOutput": false, @@ -3177,7 +3177,7 @@ }, { "name": "Consume JetStream message", - "url": "nats-jestream-sub", + "url": "nats-jetstream-sub", "verifyBuild": false, "verifyOutput": false, "disableVerificationReason": "Includes ballerinax components", @@ -3211,7 +3211,7 @@ }, { "name": "Publish message", - "url": "nats-jestream-pub", + "url": "nats-jetstream-pub", "verifyBuild": false, "verifyOutput": false, "disableVerificationReason": "Includes ballerinax components", diff --git a/examples/nats-jetstream-pub/nats_jetstream_pub.out b/examples/nats-jetstream-pub/nats_jetstream_pub.client.out similarity index 100% rename from examples/nats-jetstream-pub/nats_jetstream_pub.out rename to examples/nats-jetstream-pub/nats_jetstream_pub.client.out