Skip to content

Commit 6d87dc6

Browse files
authored
Merge pull request #680 from SimonMarquis/patch-4
Delete no longer used `AUTHORS_ASSET` reference
2 parents 2c18740 + 9499e55 commit 6d87dc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/network/src/main/java/com/google/samples/apps/nowinandroid/core/network/fake/FakeNiaNetworkDataSource.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class FakeNiaNetworkDataSource @Inject constructor(
4040
) : NiaNetworkDataSource {
4141

4242
companion object {
43-
private const val AUTHORS_ASSET = "authors.json"
4443
private const val NEWS_ASSET = "news.json"
4544
private const val TOPICS_ASSET = "topics.json"
4645
}

0 commit comments

Comments
 (0)