Skip to content

Commit

Permalink
Get-DbaDbView Tests, fix cleanup, again (do View)
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Sep 25, 2024
1 parent 9f49084 commit 97804af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Get-DbaDbView.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Describe "$CommandName Integration Tests" -Tags "IntegrationTests" {
}
AfterAll {
$null = $server.Query("DROP VIEW $viewName", 'tempdb')
$null = $server.Query("DROP VIEW $viewNameWithSchema", 'tempdb')
$null = $server.Query("DROP VIEW [someschema].$viewNameWithSchema", 'tempdb')
$null = $server.Query("DROP SCHEMA [someschema]", 'tempdb')
}

Expand Down

0 comments on commit 97804af

Please sign in to comment.