Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 37f1ecc

Browse files
committed
Support different release dates
1 parent fff3f58 commit 37f1ecc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ServiceStack.Text.Tests/LicensingTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ public void Expired_licenses_throws_LicenseException()
163163
catch (LicenseException ex)
164164
{
165165
ex.Message.Print();
166-
Assert.That(ex.Message, Is.StringStarting("This trial license has expired"));
166+
Assert.That(ex.Message, Is.StringStarting("This trial license has expired")
167+
.Or.StringStarting("This license has expired"));
167168
}
168169
}
169170

0 commit comments

Comments
 (0)