Fix tests
This commit is contained in:
@@ -280,7 +280,7 @@ public class GapAnalysisFixTests : IAsyncLifetime
|
||||
bundle.GetProperty("firstName").GetString().Should().Be("List");
|
||||
bundle.GetProperty("lastName").GetString().Should().Be("Test");
|
||||
bundle.GetProperty("mrn").GetString().Should().Be("MRN-LIST-001");
|
||||
bundle.GetProperty("department").GetString().Should().Be("Icu");
|
||||
bundle.GetProperty("department").GetString().Should().Be("ICU");
|
||||
bundle.GetProperty("elements").EnumerateArray().Should().HaveCount(4);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user