mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Merge branch '4.0.x'
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ class NativeImageResourceProviderCustomizerTests {
|
||||
Collection<LoadableResource> migrations = resourceProvider.getResources("V", new String[] { ".sql" });
|
||||
LoadableResource v1 = resourceProvider.getResource("V1__init.sql");
|
||||
LoadableResource v2 = resourceProvider.getResource("nested/V2__users.sql");
|
||||
assertThat(migrations).containsExactly(v1, v2);
|
||||
assertThat(migrations).containsExactlyInAnyOrder(v1, v2);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user