Skip to content

Commit

Permalink
Address review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
prakanth97 committed Jul 18, 2024
1 parent 7f3b210 commit 2807931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ballerina/tests/toXml_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2807931

Please sign in to comment.