fix sonar problems about regular expression

This commit is contained in:
LinXiaoYi
2021-06-26 00:35:34 +08:00
parent fea7c914cc
commit 1252b520ae
15 changed files with 56 additions and 56 deletions

View File

@@ -108,7 +108,7 @@ func TestParseOrder(t *testing.T) {
}
}
func TestOrder_GetColumn(t *testing.T) {
func TestOrderGetColumn(t *testing.T) {
o := Clause(
Column(`user__id`),
)