Skip to content

Commit 7bcb244

Browse files
committed
Fixing accidental comment
1 parent 27ae567 commit 7bcb244

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flink-autoscaler/src/test/java/org/apache/flink/autoscaler/JobAutoScalerImplTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public void setup() {
8383
stateStore = new InMemoryAutoScalerStateStore<>();
8484
}
8585

86+
@Test
8687
void testMetricReporting() throws Exception {
8788
JobVertexID jobVertexID = new JobVertexID();
8889
JobTopology jobTopology = new JobTopology(new VertexInfo(jobVertexID, Map.of(), 1, 10));

0 commit comments

Comments
 (0)