Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Volkan Özçelik <[email protected]>
  • Loading branch information
v0lkan committed Apr 1, 2024
1 parent a9ace89 commit 6fa9e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/log/std/envinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func TestPrintFormattedInfo(t *testing.T) {
}

// Expected output
expectedOutput := "testID Env var3: value3\ntestID Var1: value1\ntestIDVariable2: value2\n"
expectedOutput := "testID Env var3: value3\ntestID Var1: value1\ntestID Variable2: value2\n"

// Compare actual vs expected output
if capturedOutput.String() != expectedOutput {
Expand Down

0 comments on commit 6fa9e0a

Please sign in to comment.