Skip to content

Commit

Permalink
Remove old annotation suppression (#1582)
Browse files Browse the repository at this point in the history
Removing parameterization eliminated the need for this suppression. Also delete the dependency that is now unused.
  • Loading branch information
JakeWharton authored Oct 12, 2023
1 parent 7a87f14 commit a3b529b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion redwood-layout-shared-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ kotlin {
// as a test dependency this selection is transparent. But since we are publishing a library
// we need to select one ourselves at compilation time.
api libs.kotlin.test.junit
api libs.testParameterInjector
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import app.cash.redwood.yoga.FlexDirection
import kotlin.test.Test
import kotlin.test.assertTrue

@Suppress("JUnitMalformedDeclaration")
abstract class AbstractFlexContainerTest<T : Any> {
abstract fun flexContainer(direction: FlexDirection): TestFlexContainer<T>
abstract fun widget(): Text<T>
Expand Down

0 comments on commit a3b529b

Please sign in to comment.