Commit cd60d6a2 by hy

.

parent 2976ebf9
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<groupId>com.tbyf.license</groupId> <groupId>com.tbyf.license</groupId>
<artifactId>license-generator</artifactId> <artifactId>license-generator</artifactId>
<version>1.0-SNAPSHOT</version> <version>0.0.1</version>
<properties> <properties>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>
......
...@@ -14,10 +14,10 @@ class LicenseGeneratorTest { ...@@ -14,10 +14,10 @@ class LicenseGeneratorTest {
LicenseGenerator licenseGenerator = new LicenseGenerator(); LicenseGenerator licenseGenerator = new LicenseGenerator();
licenseGenerator.generate( licenseGenerator.generate(
LicenseParams.builder() LicenseParams.builder()
.licensePath("hip.lic") .licensePath("xyz.lic")
.validity(3) .validity(3)
// .expirationDate(toDate("2024-01-11 15:12:00")) // .expirationDate(toDate("2024-01-11 15:12:00"))
.MAC("00-50-56-C0-00-08") .MAC("CC-F9-E4-97-CA-48,CC-F9-E4-97-CA-49, CC-F9-E4-97-CA-50")
.build()); .build());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment