Skip to content

Commit cbefda8

Browse files
committed
fix typo in tests/generics_test.go
1 parent 312f27b commit cbefda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/generics_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ func TestGenericsJoins(t *testing.T) {
377377
t.Fatalf("Joins expected %s, got %+v", u.Name, result)
378378
}
379379

380-
// TODO: Temporarily disale due to issue with As("t")
380+
// TODO: Temporarily disabled due to issue with As("t")
381381
// Raw Subquery JOIN + WHERE
382382
/*result, err = db.Joins(clause.LeftJoin.AssociationFrom("Company", gorm.G[Company](DB)).As("t"),
383383
func(db gorm.JoinBuilder, joinTable clause.Table, curTable clause.Table) error {

0 commit comments

Comments
 (0)