(t *testing.T)
| 100 | } |
| 101 | |
| 102 | func TestDebugSqlizerUpdateDollar(t *testing.T) { |
| 103 | testDebugUpdateSQL.PlaceholderFormat(Dollar) |
| 104 | assert.Equal(t, expectedDebugUpateSQL, DebugSqlizer(testDebugUpdateSQL)) |
| 105 | } |
| 106 | |
| 107 | func TestDebugSqlizerUpdateQuestion(t *testing.T) { |
| 108 | testDebugUpdateSQL.PlaceholderFormat(Question) |
nothing calls this directly
no test coverage detected
searching dependent graphs…