Skip to content

Commit

Permalink
Fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TetyanaYahodska committed Dec 27, 2024
1 parent 04143cc commit e4ad368
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -373,5 +373,6 @@ void testCreateDiskWithSnapshotSchedule()
Disk disk = Util.getDisk(PROJECT_ID, ZONE, DISK_WITH_SNAPSHOT_SCHEDULE);

assertThat(status).isEqualTo(Status.DONE);
assertEquals(DISK_WITH_SNAPSHOT_SCHEDULE, disk.getName()); }
assertEquals(DISK_WITH_SNAPSHOT_SCHEDULE, disk.getName());
}
}

0 comments on commit e4ad368

Please sign in to comment.