Skip to content

Commit

Permalink
Change fest dependency to assertj
Browse files Browse the repository at this point in the history
Reviewed By: tmikov

Differential Revision: D44751438

fbshipit-source-id: bdc96107b49b861ab98966d2a2bafc8d7d21750c
  • Loading branch information
neildhar authored and facebook-github-bot committed Apr 6, 2023
1 parent 29d9f58 commit 54d5d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/intltest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ android {
androidTestImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
androidTestImplementation 'org.easytesting:fest-assert-core:2.0M10'
androidTestImplementation 'org.assertj:assertj-core:2.9.1'
androidTestImplementation 'com.facebook.soloader:soloader:0.10.4'
androidTestImplementation 'com.facebook.yoga:proguard-annotations:1.19.0'

Expand Down

0 comments on commit 54d5d98

Please sign in to comment.