Skip to content

Commit

Permalink
test: update room entry test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed Mar 7, 2023
1 parent 299a92a commit ec9fb4f
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ class ApiSerializationTest : StringSpec({

"It should be possible to serialize a room in a room entry" {
room.toRoomEntry() shouldBe RoomEntry(
id = room.id.value,
name = room.name ?: "",
zoneId = room.zoneId.value,
type = room.type.toString()
id = "r1",
name = "name",
zoneId = "z1",
type = "OPERATING_ROOM"
)
}

Expand Down

0 comments on commit ec9fb4f

Please sign in to comment.