Skip to content

Commit

Permalink
Fix Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Aug 9, 2010
1 parent 93ccee0 commit 1ee5f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MongoDB.Tests/UnitTests/TestMongoRegex.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void CanSetOptions()
{
var regex = new MongoRegex("expression", null)
{
Options = MongoRegexOption.IgnoreCase & MongoRegexOption.IgnorePatternWhitespace
Options = MongoRegexOption.IgnoreCase | MongoRegexOption.IgnorePatternWhitespace
};

Assert.AreEqual("ig",regex.RawOptions);
Expand Down

0 comments on commit 1ee5f56

Please sign in to comment.