Skip to content

Commit

Permalink
Add a modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mazenrashed committed Dec 24, 2020
1 parent 6d7136b commit 4c4db18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal class MoshiExtensionUnitTest {
private val studentJson = "{\"name\":\"mazen\"}"
private val receiptJson = "{\"total\": 19}"
private val student: Student = Student("mazen")
val studentsJson = "[{\"name\":\"mazen1\"},{\"name\":\"mazen2\"}]"
private val studentsJson = "[{\"name\":\"mazen1\"},{\"name\":\"mazen2\"}]"
private val students = listOf(Student("mazen1"), Student("mazen2"))

@Test
Expand Down

0 comments on commit 4c4db18

Please sign in to comment.