From 28079317a20e8b5abca9b8fb71a609c70ad1c580 Mon Sep 17 00:00:00 2001 From: prakanth <50439067+prakanth97@users.noreply.github.com> Date: Thu, 18 Jul 2024 21:40:41 +0530 Subject: [PATCH] Address review suggestions --- ballerina/tests/toXml_test.bal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ballerina/tests/toXml_test.bal b/ballerina/tests/toXml_test.bal index 9e80334..b963091 100644 --- a/ballerina/tests/toXml_test.bal +++ b/ballerina/tests/toXml_test.bal @@ -1330,7 +1330,9 @@ isolated function testToRecordFieldNameEndsWithNameOrNamespace() returns error? test:assertEquals(result.toString(), expected); } -type VersionType string; +type String string; + +type VersionType String; @Name { value: "Payload"