Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f41c63d

Browse files
MatteoPologrutocmaglie
andauthored
Update internal/integrationtest/main/main_test.go
Co-authored-by: Cristian Maglie <c.maglie@bug.st>
1 parent 0e63274 commit f41c63d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎internal/integrationtest/main/main_test.go‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ func TestLogOptions(t *testing.T) {
128128
fileContent, err := logFileJson.ReadFileAsLines()
129129
require.NoError(t, err)
130130
for _, line := range fileContent {
131-
// it seems that vscode has problems reading a stream of JSONs. In this case, the last line of the file is empty and
132-
// causes the check to fail
131+
// exclude empty lines since they are not valid json
133132
if line == "" {
134133
continue
135134
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /