Skip to content

Commit

Permalink
fix: fxi test
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 14, 2023
1 parent 8f2989e commit 4bcde50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class CodeDataStructUtilTest {
val codeDataStruct = CodeDataStruct(
NodeName = "TestClass",
Fields = listOf(
CodeField("Int", "id"),
CodeField("String", "name")
CodeField("Int", "", "id"),
CodeField("String", "", "name")
),
Functions = listOf(
CodeFunction("getName", "", ""),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ public class HelloController {

assertEquals(
first.relatedCode, """// class BlogPost {
// : Long
// : String
// : String
// : String
// id: Long
// title: String
// content: String
// author: String
//
// 'getter/setter: setAuthor
//
Expand Down

0 comments on commit 4bcde50

Please sign in to comment.