You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
result[0].Should().Be("{ _id : 1, name : 'Miss Cheevous', scores : [ 10, 5, 10 ], isFound : false, message : 'Hello Miss Cheevous. Your total score is 25.' }");
261
+
result[1].Should().Be("{ _id : 2, name : 'Miss Ann Thrope', scores : [ 10, 10, 10 ], isFound : true, message : 'Hello Miss Ann Thrope. Your total score is 30.' }");
262
+
result[2].Should().Be("{ _id : 3, name : 'Mrs. Eppie Delta', scores : [ 9, 8, 8 ], isFound : false, message : 'Hello Mrs. Eppie Delta. Your total score is 25.' }");
263
+
}
264
+
199
265
[SkippableFact]
200
266
public void Group_with_accumulator_should_return_expected_result()
0 commit comments