Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
named params
Browse files Browse the repository at this point in the history
  • Loading branch information
BMItr committed Mar 31, 2021
1 parent 0b626c2 commit c3a79f7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class ContactDiaryDatabaseMigrationTest : BaseTestInstrumentation() {
locationName = "Location1",
phoneNumber = null,
emailAddress = null,
null
traceLocationGUID = null
)
runBlocking { daoDb.locationDao().allEntries().first() }.single() shouldBe location

Expand All @@ -137,7 +137,7 @@ class ContactDiaryDatabaseMigrationTest : BaseTestInstrumentation() {
fkLocationId = 1,
duration = null,
circumstances = null,
null
checkInID = null
)
)

Expand Down Expand Up @@ -173,7 +173,7 @@ class ContactDiaryDatabaseMigrationTest : BaseTestInstrumentation() {
fkLocationId = 1,
duration = Duration.standardMinutes(13),
circumstances = "That's none of your business",
null
checkInID = null
)

val locationAfter = location.copy(traceLocationGUID = "jshrgu-aifhioaio-aofsjof-samofp-kjsadngsgf")
Expand Down

0 comments on commit c3a79f7

Please sign in to comment.