コード例 #1
0
ファイル: suite.go プロジェクト: errordeveloper/flux
func testPing(s store.Store, t *testing.T) {
	require.Nil(t, s.Ping())
}