Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClauseAssociationSetUpdateMultipleOwners (0.44 sec)

  1. tests/association_generics_test.go

    	}
    
    	AssertAssociationCount(t, user, "Toys", 1, "after create toy")
    }
    
    // Test Set + Update across multiple owners
    func TestClauseAssociationSetUpdateMultipleOwners(t *testing.T) {
    	ctx := context.Background()
    
    	u1 := User{Name: "SetUpdateMultipleOwners-1", Age: 20}
    	u2 := User{Name: "SetUpdateMultipleOwners-2", Age: 21}
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Fri Sep 12 05:42:26 UTC 2025
    - 37.9K bytes
    - Viewed (0)
Back to top