Skip to content

Commit

Permalink
Fix for CSharp-244. Fixed typo in unit test expected value
Browse files Browse the repository at this point in the history
  • Loading branch information
sridharn committed Jun 10, 2011
1 parent 6b2bf91 commit 4b2aad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DriverOnlineTests/Core/MongoCollectionTests.cs
Expand Up @@ -937,7 +937,7 @@ private class TestMapReduceValue {
Assert.AreEqual(2, result.Response["nIndexes"].ToInt32());
Assert.AreEqual(2, result.Response["nIndexesWas"].ToInt32());
} catch (InvalidOperationException ex) {
Assert.AreEqual("Duplicate element name: 'ok'.", ex.Message);
Assert.AreEqual("Duplicate element name 'ok'.", ex.Message);
}
}

Expand Down

0 comments on commit 4b2aad8

Please sign in to comment.