(t *testing.T)
| 121 | } |
| 122 | |
| 123 | func TestDebugSqlizerDeleteAtp(t *testing.T) { |
| 124 | testDebugDeleteSQL.PlaceholderFormat(AtP) |
| 125 | assert.Equal(t, expectedDebugDeleteSQL, DebugSqlizer(testDebugDeleteSQL)) |
| 126 | } |
| 127 | |
| 128 | func TestDebugSqlizerDeleteDollar(t *testing.T) { |
| 129 | testDebugDeleteSQL.PlaceholderFormat(Dollar) |
nothing calls this directly
no test coverage detected
searching dependent graphs…