Skip to content

Commit 5cb0da3

Browse files
committed
fix test
Signed-off-by: Ivan Milchev <ivan@mondoo.com>
1 parent be3de11 commit 5cb0da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers-sdk/v1/mqlr/lrcore/lr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func TestParseLR(t *testing.T) {
303303
t.Fatal("failed to go-convert " + lrPath + ":" + err.Error())
304304
}
305305
assert.NotEmpty(t, godata)
306-
assert.Equal(t, godata[:68], "// Copyright Mondoo, Inc. 2024, 2026\n// SPDX-License-Identifier: BUSL-1.1\n\n")
306+
assert.Equal(t, "// Copyright Mondoo, Inc. 2024, 2026\n// SPDX-License-Identifier: BUSL-1.1\n\n", godata[:75])
307307

308308
schema, err := Schema(res)
309309
if err != nil {

0 commit comments

Comments
 (0)