diff --git a/test/integration/v1.0-g1-dividend.js b/test/integration/v1.0-g1-dividend.js
index 979dff6970174b9a02bbae8d1f527a5174e4750e..4659467de77b302d1077a3cb30a0977e2ebe9929 100644
--- a/test/integration/v1.0-g1-dividend.js
+++ b/test/integration/v1.0-g1-dividend.js
@@ -77,7 +77,7 @@ describe("Protocol 1.0 Äž1 Dividend", function() {
 
   it('should have block#12 with UD 1000', () => s1.expectThat('/blockchain/block/12', (json) => {
     json.dividend.should.equal(1000);
-    json.should.have.property('medianTime').equal(start + aDay * 11); // 2016-03-19 12:00:00 UTC+0
+    json.should.have.property('medianTime').equal(start + aDay * 11); // 2016-03-20 12:00:00 UTC+0
   }));
 
   it('should have block#13 with UD 1027', () => s1.expectThat('/blockchain/block/13', (json) => {
@@ -87,6 +87,6 @@ describe("Protocol 1.0 Äž1 Dividend", function() {
 
   it('should have block#14 with UD 1027', () => s1.expectThat('/blockchain/block/14', (json) => {
     json.dividend.should.equal(1027);
-    json.should.have.property('medianTime').equal(start + aDay * 13); // 2016-03-21 12:00:00 UTC+0
+    json.should.have.property('medianTime').equal(start + aDay * 13); // 2016-03-22 12:00:00 UTC+0
   }));
 });