Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit d414e86

Browse files
committed
type-o
1 parent f054a29 commit d414e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Numerics.Vectors/tests/QuaternionTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public void QuaternionCreateFromYawPitchRollTest2()
383383

384384
Quaternion expected = yaw * pitch * roll;
385385
Quaternion actual = Quaternion.CreateFromYawPitchRoll(yawRad, pitchRad, rollRad);
386-
Assert.True(MathHelper.Equal(expected, actual), $"Quaternion.QuaternionCreateFromYawPitchRollTest2 Yaw:{yawAngle} Pitch:{pitchAngle} Roll:{rollAngle} did not return the expected value: expected {expected} actual2 {actual}");
386+
Assert.True(MathHelper.Equal(expected, actual), $"Quaternion.QuaternionCreateFromYawPitchRollTest2 Yaw:{yawAngle} Pitch:{pitchAngle} Roll:{rollAngle} did not return the expected value: expected {expected} actual {actual}");
387387
}
388388
}
389389
}

0 commit comments

Comments
 (0)