Skip to content

Commit

Permalink
actual test
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Jul 23, 2023
1 parent b64c3d1 commit 97a8d3c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ class EndpointGeneratorSpec extends CompileCheckTestBase {
),
null
)
BasicGenerator.imports ++
new EndpointGenerator().endpointDefs(doc) shouldCompile ()
val generatedCode = BasicGenerator.imports ++ new EndpointGenerator().endpointDefs(doc)
generatedCode should include ("val getTestAsdId =")
generatedCode shouldCompile ()
}

}

0 comments on commit 97a8d3c

Please sign in to comment.