Skip to content

Commit

Permalink
fix swift test
Browse files Browse the repository at this point in the history
  • Loading branch information
danvleju-rdx committed Dec 20, 2024
1 parent 9b439cf commit b663671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ struct ShieldTests {
.addFactorSourceToPrimaryOverride(factorSourceId: factor)
.addFactorSourceToPrimaryThreshold(factorSourceId: other)
#expect(builder.primaryRoleThresholdFactors == [other])
#expect(builder.primaryRoleOverrideFactors == [factor])
#expect(builder.primaryRoleOverrideFactors == [other, factor])

// But when validated/built is err
#expect(builder.validate() != nil)
Expand Down

0 comments on commit b663671

Please sign in to comment.