Skip to content

Commit

Permalink
Removing redundant OptIt annotation from FixtureExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace committed May 10, 2022
1 parent 97846a2 commit 3197f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/fixture5/FixtureExtension.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import org.junit.jupiter.api.extension.ExtensionContext.Namespace
*
* [fixture5.annotations.Fixture] annotation is used to declare fixture types on top of test class
*/
@OptIn(ExperimentalStdlibApi::class)
class FixtureExtension : BeforeAllCallback, AfterAllCallback, ParameterResolver {

private lateinit var fixtures: FixtureProcessor
Expand Down

0 comments on commit 3197f5f

Please sign in to comment.