Skip to content

Commit

Permalink
Adjust date in TEvaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl committed May 13, 2024
1 parent e79bcf7 commit 347ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/licensor/ee/pkg/licensor/replicated.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func newReplicatedEvaluator(client *http.Client) (res *Evaluator) {

func newTEvaluator() (res *Evaluator) {

expDate := time.Date(2024, 6, 1, 1, 0, 0, 0, time.UTC)
expDate := time.Date(2025, 5, 26, 1, 0, 0, 0, time.UTC)

lic := LicensePayload{
ID: "t-license",
Expand Down

0 comments on commit 347ae0d

Please sign in to comment.