()
| 52 | } |
| 53 | |
| 54 | func (s *PoolsTestSuite) assertSQLMockExpectations() { |
| 55 | err := s.Fixtures.SQLMock.ExpectationsWereMet() |
| 56 | if err != nil { |
| 57 | s.FailNow(fmt.Sprintf("failed to meet sqlmock expectations, got error: %v", err)) |
| 58 | } |
| 59 | } |
| 60 | |
| 61 | func (s *PoolsTestSuite) TearDownTest() { |
| 62 | watcher.CloseWatcher() |
no outgoing calls
no test coverage detected