Skip to content

Commit 77ac0d3

Browse files
committed
#346 Adjuste example license output
1 parent 90e583b commit 77ac0d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

szproduct/szproduct_examples_test.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ func ExampleSzproduct_GetLicense() {
4242
fmt.Println(jsonutil.PrettyPrint(jsonutil.Truncate(result, AllLines, redactKeys...), jsonIndentation))
4343
// Output:
4444
// {
45-
// "advSearch": 0,
46-
// "billing": "",
47-
// "contract": "",
48-
// "customer": "",
49-
// "licenseLevel": "",
50-
// "licenseType": "EVAL (Solely for non-productive use)",
51-
// "recordLimit": 500
45+
// "advSearch": 0,
46+
// "billing": "YEARLY",
47+
// "contract": "Senzing Public Test License",
48+
// "customer": "Senzing Public Test License",
49+
// "licenseLevel": "STANDARD",
50+
// "licenseType": "EVAL (Solely for non-productive use)",
51+
// "recordLimit": 50000
5252
// }
5353
}
5454

0 commit comments

Comments
 (0)