-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from Banno/deprecation
Updates to remove deprecation warnings
- Loading branch information
Showing
2 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
app/src/androidTest/java/com/banno/android/gordontest/FailingTest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
package com.banno.android.gordontest | ||
|
||
import junit.framework.Assert.fail | ||
import org.junit.Assert.fail | ||
import org.junit.Test | ||
|
||
class FailingTest { | ||
@Test fun failure1() = fail() | ||
@Test fun failure2() = fail() | ||
@Test fun failure3() = fail() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters