mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-02-10 18:07:44 +00:00
Use log.Print so tests pass
This commit is contained in:
parent
aca2d73e91
commit
f7cd61101c
@ -27,7 +27,7 @@ func TestRdpBuilder(t *testing.T) {
|
||||
t.Fatalf("%s does not contain smart sizing:i:1", s)
|
||||
|
||||
}
|
||||
log.Printf(builder.String())
|
||||
log.Print(builder.String())
|
||||
}
|
||||
|
||||
func TestInitStruct(t *testing.T) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user