Skip to content

Commit

Permalink
Forgot to uncomment a docs test
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Stewart committed Jul 4, 2021
1 parent b6a3299 commit 62a6e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/microsite/src/main/scala/DocsHelpers.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ object DocsHelpers {
}
""".toString)
)
case (Http4s, GeneratingClients) if false =>
case (Http4s, GeneratingClients) =>
val (_, codegenDefinitions) = Target.unsafeExtract(
Common.prepareDefinitions[ScalaLanguage, Target](CodegenTarget.Client, Context.empty, openAPI, List("definitions"), NonEmptyList.one("support"))
)
Expand Down

0 comments on commit 62a6e84

Please sign in to comment.