Skip to content

Commit a1a144c

Browse files
committed
Code cleanup
1 parent 9ad191d commit a1a144c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

server/src/test/kotlin/com/adobe/testing/s3mock/dto/CopySourceTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2024 Adobe.
2+
* Copyright 2017-2025 Adobe.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@ package com.adobe.testing.s3mock.dto
1717

1818
import org.assertj.core.api.Assertions.assertThat
1919
import org.assertj.core.api.Assertions.assertThatThrownBy
20-
import org.junit.jupiter.api.Disabled
2120
import org.junit.jupiter.api.Test
2221
import java.util.UUID
2322

server/src/test/kotlin/com/adobe/testing/s3mock/store/BucketStoreTest.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2024 Adobe.
2+
* Copyright 2017-2025 Adobe.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -29,7 +29,6 @@ import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMock
2929
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureWebMvc
3030
import org.springframework.boot.test.context.SpringBootTest
3131
import org.springframework.boot.test.mock.mockito.MockBean
32-
import software.amazon.awssdk.services.s3.model.ObjectOwnership
3332
import software.amazon.awssdk.services.s3.model.ObjectOwnership.BUCKET_OWNER_ENFORCED
3433

3534
@AutoConfigureWebMvc

0 commit comments

Comments
 (0)