feature: Simulation Control Center (Dashboard)
This commit is contained in:
@@ -142,6 +142,7 @@ public class EncountersListTests : IAsyncLifetime
|
||||
icu.GetProperty("gcsClassification").GetString().Should().Be("MODERATE");
|
||||
icu.GetProperty("attendingPhysician").GetString().Should().Be("Dr. Ward");
|
||||
icu.GetProperty("lastObservationAt").GetDateTimeOffset().Should().NotBe(default);
|
||||
icu.GetProperty("isSimulated").GetBoolean().Should().BeFalse();
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
Reference in New Issue
Block a user