Anton Mikhaylov
Anton Mikhaylov
The issue occurs when running on M1 Max chip ``` ⠿ Container oracle_oracledb_1 Created 0.0s Attaching to oracledb_1 oracledb_1 | found files in /u01/app/oracle/oradata Using them instead of initial database...
I found for myself that the matcher name "contains" is a bit misleading. Because it sounds similarly to `contains()` method of `java.util.Collection` it may expected to behave like this: `assertThat(List.of(1,2),...