Skip to content

Commit

Permalink
no
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 28, 2024
1 parent 7a1b8e3 commit c3e390c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Expand-DbaDbLogFile.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ Describe "Expand-DbaDbLogFile" -Tag "IntegrationTests" {
$results | Should -BeOfType System.Management.Automation.PSCustomObject
}

It "Has required properties" {
$required = 'ComputerName', 'InstanceName', 'SqlInstance', 'Database', 'ID', 'Name',
'LogFileCount', 'InitialSize', 'CurrentSize', 'InitialVLFCount', 'CurrentVLFCount'
$results[0].PSObject.Properties.Name | Should -Contain $_ -ForEach $required
}

It "Returns correct database name" {
$results.Database | Should -Be $dbName
}
Expand Down

0 comments on commit c3e390c

Please sign in to comment.