Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Mar 9, 2024
1 parent 3cdf5b6 commit 1cc739b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gh-actions-repl-1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -220,12 +220,12 @@ Describe "Integration Tests" -Tag "IntegrationTests" {
Get-DbaReplPublication | Should -Not -BeNullOrEmpty
}

It -Skip "gets publications for a specific database" {
It "gets publications for a specific database" {
Get-DbaReplPublication -Database ReplDb | Should -Not -BeNullOrEmpty
(Get-DbaRepPublication -Database ReplDb).DatabaseName | ForEach-Object { $_ | Should -Be 'ReplDb' }
}

It "gets publications for a specific type" {
It -Skip "gets publications for a specific type" {
Get-DbaReplPublication -Type Transactional | Should -Not -BeNullOrEmpty
(Get-DbaRepPublication -Type Transactional).Type | ForEach-Object { $_ | Should -Be 'Transactional' }
}
Expand Down

0 comments on commit 1cc739b

Please sign in to comment.