mkenney/go-chrome

Add unit tests for `socket/protocol.database.go`

Closed this issue · 1 comments

What version of go-chrome are you using (tagged commit, commit hash or master)?

master

What behavior do you expect? What are you trying to accomplish?

Unit tests exist with complete code coverage for protocol.database.go

What behavior are you experiencing instead?

Tests do not exist or do not pass

How can this behavior be reproduced?

go test github.com/mkenney/go-chrome/socket

Done