Skip to content

Commit 8f9086c

Browse files
authored
Adjust test to one week out instead of two (#4912)
1 parent 6d5e535 commit 8f9086c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Audit.Persistence.Tests.RavenDB/LicenseTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public async Task EnsureLicenseIsValid()
3737
Assert.That(details.Status, Is.EqualTo("Commercial"));
3838
Assert.That(details.Expired, Is.False);
3939
Assert.That(details.Type, Is.EqualTo("Professional"));
40-
Assert.That(DateTime.UtcNow.AddDays(14), Is.LessThan(details.Expiration), $"The RavenDB license expires {details.Expiration} which is less than 2 weeks. Contact RavenDB at <[email protected]> for the new license.");
40+
Assert.That(DateTime.UtcNow.AddDays(7), Is.LessThan(details.Expiration), $"The RavenDB license expires {details.Expiration} which is less than one week. Contact RavenDB at <[email protected]> for the new license.");
4141
});
4242
}
4343
}

0 commit comments

Comments
 (0)