Skip to content

Commit 9499e55

Browse files
authored
Delete no longer used AUTHORS_ASSET reference
1 parent 2c18740 commit 9499e55

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)