Update testUnit3.cpp

release/4.3a0
Martin V. Larsen 2020-06-02 22:20:35 +02:00 committed by GitHub
parent bc7f5e6da7
commit a6e9b0287e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ TEST(Unit3, ErrorBetweenFactor) {
}
}
TEST(Unit3, copy_assign) {
TEST(Unit3, CopyAssign) {
Unit3 p{1, 0.2, 0.3};
EXPECT(p.error(p).isZero());