diff --git a/tests/testMoreIntegerP.cpp b/tests/testMoreIntegerP.cpp index 2dfa476c374b951dc00701f97f22d855940b1444..e93f585f498d4b32ed8a3cb332197b09d0fc7527 100644 --- a/tests/testMoreIntegerP.cpp +++ b/tests/testMoreIntegerP.cpp @@ -3,7 +3,7 @@ #include "IntegerP.h" using namespace std; -const float PTS = 1; +const float PTS = 3.0; float total = 0; /** diff --git a/tests/testMoreRationalP.cpp b/tests/testMoreRationalP.cpp index d460c7b4476299e50ae9974e0fe0f23669b37016..80de8896125445a9d77349bd33ad65cf6e87010c 100644 --- a/tests/testMoreRationalP.cpp +++ b/tests/testMoreRationalP.cpp @@ -4,7 +4,7 @@ #include "RationalP.h" using namespace std; -const float PTS = 1.0; +const float PTS = 1.25; float total = 0; /** @@ -98,4 +98,4 @@ int main() { cout << "Total points: " << total << endl; cout << total << endl; // for the score recorder in the gitlab job return 0; -} \ No newline at end of file +}