Skip to content

Commit c4a626d

Browse files
committed
SEBSP-210 try to fix integration tests by stick to order
1 parent b00358c commit c4a626d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ch/ethz/seb/sps/server/servicelayer/impl/LiveProctoringCacheServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public void cleanup(final boolean isMaster) {
224224
private void updateFromStoreCache() {
225225
try {
226226

227-
227+
System.out.println("*************** before updated live cache: "+ cache);
228228

229229
Map<String, Long> newValues = screenshotDataLiveCacheDAO
230230
.getAll()

0 commit comments

Comments
 (0)