Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assocAssignments (0.07 sec)

  1. tests/generics_test.go

    	assocAssignments := assoc.AssociationAssignments()
    	if len(assocAssignments) != 1 {
    		t.Errorf("Association.AssociationAssignments() should return slice with one element, got %v", assocAssignments)
    	}
    
    	if assocAssignments[0].Association != "Orders" {
    		t.Errorf("Association.AssociationAssignments()[0].Association should be 'Orders', got %v", assocAssignments[0].Association)
    	}
    
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Sun Nov 02 14:09:18 UTC 2025
    - 33.7K bytes
    - Viewed (0)
Back to top