Skip to content

Commit

Permalink
Added custom font and handle OfflineError
Browse files Browse the repository at this point in the history
  • Loading branch information
jk2pr committed Aug 1, 2024
1 parent 394c11f commit c651891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package com.hoppers.networkmodule

import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4

import androidx.test.platform.app.InstrumentationRegistry
import org.junit.Assert.assertEquals
import org.junit.Test
import org.junit.runner.RunWith

import org.junit.Assert.*

/**
* Instrumented test, which will execute on an Android device.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package com.hoppers.networkmodule

import org.junit.Assert.assertEquals
import org.junit.Test

import org.junit.Assert.*

/**
* Example local unit test, which will execute on the development machine (host).
*
Expand Down

0 comments on commit c651891

Please sign in to comment.