Skip to content

Commit

Permalink
Update cgo_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rokath authored Jul 5, 2024
1 parent 91cf64e commit 14ddc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dblB_di_cobs_rtt32__de_xtea_cobs_ua/cgo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestLogs(t *testing.T) {
// It uses the inside fSys specified til.json and returns the log output.
triceLog0 := func(t *testing.T, fSys *afero.Afero, buffer string) string {
var o bytes.Buffer
assert.Nil(t, args.Handler(io.Writer(&o), fSys, []string{"trice", "log", "-i", path.Join(triceDir, "/test/testdata/til.json"), "-p=BUFFER", "-args", buffer, "-hs=off", "-prefix=off", "-li=off", "-color=off", "-pw=MySecret", "-pf=COBS", "-d16"}))
assert.Nil(t, args.Handler(io.Writer(&o), fSys, []string{"trice", "log", "-i", path.Join(triceDir, "/test/testdata/til.json"), "-p=BUFFER", "-args", buffer, "-hs=off", "-prefix=off", "-li=off", "-color=off", "-pf=COBS", "-d16"}))
return o.String()
}

Expand Down

0 comments on commit 14ddc26

Please sign in to comment.