Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
rkodev committed Sep 19, 2023
1 parent 154de67 commit ffcc816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ public async Task GeneratesCodeFiles()

var codeFile = root.FindChildByName<CodeFile>(model.Name.ToFirstCharacterUpperCase());
Assert.NotNull(codeFile); // codefile exists

// model , interface, deserializer, serializer should be direct descendant of the codefile
Assert.NotNull(codeFile.FindChildByName<CodeFunction>($"DeserializeInto{model.Name.ToFirstCharacterUpperCase()}", false));
Assert.NotNull(codeFile.FindChildByName<CodeFunction>($"Serialize{model.Name.ToFirstCharacterUpperCase()}", false));
Expand Down

0 comments on commit ffcc816

Please sign in to comment.