Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gotify/server
/ TestPing_onValidDB
Method
TestPing_onValidDB
database/ping_test.go:7–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
)
6
7
func
(s *DatabaseSuite) TestPing_onValidDB() {
8
err := s.db.Ping()
9
assert.NoError(s.T(), err)
10
}
11
12
func
(s *DatabaseSuite) TestPing_onClosedDB() {
13
s.db.Close()
Callers
nothing calls this directly
Calls
1
Ping
Method · 0.65
Tested by
no test coverage detected