File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Aspire.Hosting.Oracle.Tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public async Task VerifyEfOracle()
3434
3535 using var builder = TestDistributedApplicationBuilder . Create ( o => { } , testOutputHelper ) ;
3636
37- var oracleDbName = "freepdb1 " ;
37+ var oracleDbName = "FREEPDB1 " ;
3838
3939 var oracle = builder . AddOracle ( "oracle" ) . WithEndpoint ( "tcp" , x => x . IsProxied = false ) ;
4040
@@ -87,7 +87,7 @@ public async Task VerifyEfOracle()
8787 [ RequiresDocker ]
8888 public async Task WithDataShouldPersistStateBetweenUsages ( bool useVolume )
8989 {
90- var oracleDbName = "freepdb1 " ;
90+ var oracleDbName = "FREEPDB1 " ;
9191
9292 string ? volumeName = null ;
9393 string ? bindMountPath = null ;
@@ -286,7 +286,7 @@ public async Task VerifyWithInitBindMount(bool init)
286286 File . SetUnixFileMode ( bindMountPath , MountFilePermissions ) ;
287287 }
288288
289- var oracleDbName = "freepdb1 " ;
289+ var oracleDbName = "FREEPDB1 " ;
290290
291291 try
292292 {
You can’t perform that action at this time.
0 commit comments