Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Net5.0 to Test Infra and Bask SDK Tests #2272

Merged
merged 10 commits into from
May 21, 2021
Prev Previous commit
Next Next commit
fix
  • Loading branch information
TimothyMothra committed May 20, 2021
commit 926a6e7ba5a0fa2999ac5f1eeb952d0baae837a0
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void ParameterlessConstructorInitializesRequiredFields()
Assert.IsFalse(request.Source == null);
Assert.IsFalse(request.Name == null);
Assert.IsFalse(request.ResponseCode == null);
Assert.IsFalse(request.Duration == default);
Assert.IsTrue(request.Duration == default);
Assert.IsTrue(request.Success == null);
Assert.IsTrue(request.Data.success);
Assert.AreEqual(SamplingDecision.None, request.ProactiveSamplingDecision);
Expand Down