mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
fix bug in http cache integration test
This commit is contained in:
@@ -123,7 +123,7 @@ public abstract class HttpCacheITCaseBase<T>
|
|||||||
|
|
||||||
long otherLastModified = getLastModified(response);
|
long otherLastModified = getLastModified(response);
|
||||||
|
|
||||||
assertEquals(lastModified, otherLastModified);
|
assertNotEquals(lastModified, otherLastModified);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user