This commit is contained in:
demoManito 2024-09-05 12:12:54 +08:00
parent feacf577b3
commit 591d3e0de9

View File

@ -649,4 +649,7 @@ func TestBeforeUpdateWithStructColumn(t *testing.T) {
if err != nil {
t.Fatalf("find struct failed: %v", err)
}
if su.Version != 2 {
t.Errorf("find version failed: %v", su.Version)
}
}