Skip to content

Commit c901a83

Browse files
committed
one more conflict
1 parent 3fb5511 commit c901a83

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/oracle/Install-DBOScript.Tests.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,8 @@ Describe "Install-DBOScript Oracle integration tests" -Tag $commandName, Integra
425425
}
426426
Context "deployments with errors should throw terminating errors" {
427427
BeforeAll {
428-
<<<<<<< HEAD
429428
$null = Invoke-DBOQuery @connParams -InputFile $dropObjectsScript
430-
$null = Install-DBOSqlScript -ScriptPath $v1scripts @connParams -SchemaVersionTable $null
431-
=======
432-
$null = Invoke-DBOQuery @adminParams -Query $createUserScript
433429
$null = Install-DBOScript -ScriptPath $v1scripts @connParams -SchemaVersionTable $null
434-
>>>>>>> a87a1a4... Renaming Install-DBOSqlScript to Install-DBOScript
435430
}
436431
AfterAll {
437432
$null = Invoke-DBOQuery @connParams -InputFile $dropObjectsScript

0 commit comments

Comments
 (0)