Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Fix unit test classpath in browser-session-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
csadilek authored and mergify[bot] committed Jan 7, 2021
1 parent 67efb3a commit 4141fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/browser/session-storage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ dependencies {

testImplementation project(':support-test')
testImplementation project(':support-test-libstate')

testImplementation project(':browser-session')
testImplementation project(':feature-tabs')
testImplementation Dependencies.androidx_test_core
testImplementation Dependencies.androidx_test_junit
testImplementation Dependencies.testing_robolectric
Expand Down

0 comments on commit 4141fda

Please sign in to comment.