Delete useless duplicate method.
This commit is contained in:
parent
005218d61f
commit
89ec1cfdb7
2 changed files with 0 additions and 32 deletions
boil
|
@ -308,19 +308,3 @@ func TestSelectNames(t *testing.T) {
|
|||
t.Error("Result was wrong, got:", result)
|
||||
}
|
||||
}
|
||||
|
||||
func TestWhereClause(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
columns := []string{
|
||||
"id",
|
||||
"name",
|
||||
"date",
|
||||
}
|
||||
|
||||
result := WhereClause(columns)
|
||||
|
||||
if result != `"id"=$1 AND "name"=$2 AND "date"=$3` {
|
||||
t.Error("Result was wrong, got:", result)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue