You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: migrate S3ConfigResolverTest from JUnit 4 to JUnit 5
- Replace @BeforeClass/@afterclass with @BeforeAll/@afterall
- Replace @after with @AfterEach
- Update imports to use JUnit 5 API
- Simplify assertion imports
0 commit comments