Skip to content

Commit cb4cf2f

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

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": "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
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)