We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34285d6 commit 6b5c182Copy full SHA for 6b5c182
tests/Get-DbaDbRestoreHistory.Tests.ps1
@@ -164,6 +164,7 @@ Describe $CommandName -Tag IntegrationTests {
164
"checkpoint_lsn",
165
"database_backup_lsn",
166
"backup_start_date",
167
+ "BackupStartDate",
168
"backup_finish_date",
169
"BackupFinishDate",
170
"RowError",
@@ -184,6 +185,7 @@ Describe $CommandName -Tag IntegrationTests {
184
185
"Date",
186
"From",
187
"To",
188
189
"BackupFinishDate"
190
)
191
($result.PSStandardMembers.DefaultDisplayPropertySet.ReferencedPropertyNames | Sort-Object) | Should -Be ($ExpectedPropsDefault | Sort-Object)
0 commit comments