Skip to content

Commit

Permalink
Merge branch 'development' into arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed May 24, 2024
2 parents 2447ece + 0acab26 commit 6f2baea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConvertTo-DbaDataTable.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Describe "Testing data table output when using a complex object" {
It 'Has a column called "myObject"' {
$result.Columns.ColumnName | Should -Contain 'myObject'
}
It 'Has a [string] data type on the column "myObject"' {
It -Skip 'Has a [string] data type on the column "myObject"' {
$result.myObject | Should -BeOfType [System.String]
}
}
Expand Down

0 comments on commit 6f2baea

Please sign in to comment.