Skip to content

Commit

Permalink
Rename captureCompileErrors to demilitarize
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jul 4, 2023
1 parent e05ede2 commit c912dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/tests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ object Tests extends Suite(t"Adversaria tests"):
.assert(_ == t"email")

/*test(t"check that given for missing annotation is not resolved"):
captureCompileErrors:
demilitarize:
summon[CaseField[Company, id]]
.map(_.errorId)
.assert(_ == List(ErrorId.MissingImplicitArgumentID))*/
Expand Down

0 comments on commit c912dcc

Please sign in to comment.