MCPcopy
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
7func (s *DatabaseSuite) TestPing_onValidDB() {
8 err := s.db.Ping()
9 assert.NoError(s.T(), err)
10}
11
12func (s *DatabaseSuite) TestPing_onClosedDB() {
13 s.db.Close()

Callers

nothing calls this directly

Calls 1

PingMethod · 0.65

Tested by

no test coverage detected