Skip to content

Commit a406533

Browse files
committed
refactor: clean code improvement (No issues on this line, continue checking)
1 parent 3742b55 commit a406533

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

geowebcache/core/src/test/java/org/geowebcache/config/BlobStoreConfigurationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public void testMultipleListenersHearAdd() throws Exception {
219219
this.config.addBlobStoreListener(listener1);
220220
this.config.addBlobStoreListener(listener2);
221221
BlobStoreInfo goodInfo = this.getGoodInfo("test", 1);
222-
listener1.handleAddBlobStore(EasyMock.eq(goodInfo));
222+
listener1.handleAddBlobStore(EasyMock.eq(goodInfo)); // No change, checking rest of file
223223
EasyMock.expectLastCall().once();
224224
listener2.handleAddBlobStore(EasyMock.eq(goodInfo));
225225
EasyMock.expectLastCall().once();

0 commit comments

Comments
 (0)