Skip to content

Commit 6b5c182

Browse files
committed
fix test
1 parent 34285d6 commit 6b5c182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Get-DbaDbRestoreHistory.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ Describe $CommandName -Tag IntegrationTests {
164164
"checkpoint_lsn",
165165
"database_backup_lsn",
166166
"backup_start_date",
167+
"BackupStartDate",
167168
"backup_finish_date",
168169
"BackupFinishDate",
169170
"RowError",
@@ -184,6 +185,7 @@ Describe $CommandName -Tag IntegrationTests {
184185
"Date",
185186
"From",
186187
"To",
188+
"BackupStartDate",
187189
"BackupFinishDate"
188190
)
189191
($result.PSStandardMembers.DefaultDisplayPropertySet.ReferencedPropertyNames | Sort-Object) | Should -Be ($ExpectedPropsDefault | Sort-Object)

0 commit comments

Comments
 (0)