Skip to content

Commit 2ebb68d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 86d04fc commit 2ebb68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/internalClusterTest/java/org/elasticsearch/snapshots/SystemResourceSnapshotIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ public void testPartialSnapshotsOfSystemIndexRemovesFeatureState() throws Except
951951
* Ensures that if we can only capture a partial snapshot of a system data stream, then the feature state associated
952952
* with that data stream is not included in the snapshot, because it would not be safe to restore that feature state.
953953
*/
954-
@AwaitsFix(bugUrl = "ES-11251")
954+
@AwaitsFix(bugUrl = "ES-11251")
955955
public void testPartialSnapshotsOfSystemDataStreamRemovesFeatureState() throws Exception {
956956
final String partialIndexName = SystemDataStreamManyShardsTestPlugin.SYSTEM_DATASTREAM_NAME;
957957
final String fullIndexName = AnotherSystemDataStreamTestPlugin.SYSTEM_DATASTREAM_NAME;

0 commit comments

Comments
 (0)