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 6b5c182 commit f36f965Copy full SHA for f36f965
1 file changed
tests/Get-DbaDbRestoreHistory.Tests.ps1
@@ -167,6 +167,8 @@ Describe $CommandName -Tag IntegrationTests {
167
"BackupStartDate",
168
"backup_finish_date",
169
"BackupFinishDate",
170
+ "StopAt",
171
+ "LastRestorePoint",
172
"RowError",
173
"RowState",
174
"Table",
@@ -186,7 +188,9 @@ Describe $CommandName -Tag IntegrationTests {
186
188
"From",
187
189
"To",
190
- "BackupFinishDate"
191
+ "BackupFinishDate",
192
193
+ "LastRestorePoint"
194
)
195
($result.PSStandardMembers.DefaultDisplayPropertySet.ReferencedPropertyNames | Sort-Object) | Should -Be ($ExpectedPropsDefault | Sort-Object)
196
}
0 commit comments