Skip to content

Commit

Permalink
Merge pull request #6 from muflihun/develop
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
abumq authored Jan 9, 2018
2 parents b903a79 + ecb0a3b commit 7e988c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/license-manager-test.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ TEST(LicenseManagerTest, VerificationUsingSecureAuthorityAndSignature)
ASSERT_TRUE(licenseManager.validate(&license, true, "unittest-signature"));
ASSERT_FALSE(licenseManager.validate(&license, true, "wrong-signature"));
ASSERT_FALSE(licenseManager.validate(&license, false));
ASSERT_EQ(license.formattedExpiry(), "07 Jan, 2028 04:11 UTC");
}

#endif // LICENSE_MANAGER_TEST_H

0 comments on commit 7e988c6

Please sign in to comment.