Skip to content

Commit

Permalink
Analysis: Suppress android junit4 deprecated warnings for ui tests
Browse files Browse the repository at this point in the history
Warning Message: "'AndroidJUnit4' is deprecated. Deprecated in Java"
  • Loading branch information
ParaskP7 committed Nov 17, 2022
1 parent fcbb63c commit e190bc1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("DEPRECATION")

package org.wordpress.aztec.demo

import android.util.Log
Expand Down

0 comments on commit e190bc1

Please sign in to comment.