Add unit tests for `socket/protocol.indexed_db.go`
Closed this issue · 1 comments
mkenney commented
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.indexed_db.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
mkenney commented
Done