Skip to content

Commit f36f965

Browse files
committed
fix test
1 parent 6b5c182 commit f36f965

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/Get-DbaDbRestoreHistory.Tests.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ Describe $CommandName -Tag IntegrationTests {
167167
"BackupStartDate",
168168
"backup_finish_date",
169169
"BackupFinishDate",
170+
"StopAt",
171+
"LastRestorePoint",
170172
"RowError",
171173
"RowState",
172174
"Table",
@@ -186,7 +188,9 @@ Describe $CommandName -Tag IntegrationTests {
186188
"From",
187189
"To",
188190
"BackupStartDate",
189-
"BackupFinishDate"
191+
"BackupFinishDate",
192+
"StopAt",
193+
"LastRestorePoint"
190194
)
191195
($result.PSStandardMembers.DefaultDisplayPropertySet.ReferencedPropertyNames | Sort-Object) | Should -Be ($ExpectedPropsDefault | Sort-Object)
192196
}

0 commit comments

Comments
 (0)