Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualBean committed Oct 25, 2024
1 parent 78f9fa2 commit de7b4bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void DefaultRuleSet_PropertyReturnsTheCorrectRules()
Assert.IsNotEmpty(rules);

// Update the number if you add new default rule(s).
Assert.AreEqual(17, rules.Count);
Assert.AreEqual(18, rules.Count);
}
}
}

0 comments on commit de7b4bc

Please sign in to comment.