Skip to content

Commit ba3e9ca

Browse files
author
Roelant Vos
committed
Update TeamValidation.cs
1 parent 9a193e4 commit ba3e9ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Team_Library/TeamValidation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ internal static Dictionary<string, bool> ValidateLogicalGroup(Tuple<string, stri
766766
// Run the comparison
767767
// Test for equality.
768768
bool equal;
769-
if ((tableClassification == teamConfiguration.SatTablePrefixValue || tableClassification == "LNK") && businessKeyCount <= dependents.Count) // For Sats and Links we can count the keys and rows
769+
if ((tableClassification == teamConfiguration.SatTablePrefixValue || tableClassification == "LNK") && businessKeyCount <= dependents.Count && businessKeyCount>1) // For Sats and Links we can count the keys and rows
770770
{
771771
equal = true;
772772
}

0 commit comments

Comments
 (0)