Skip to content

Commit

Permalink
Merge pull request #1020 from DLR-AMR/version_test_2.0.0
Browse files Browse the repository at this point in the history
Change version number test
  • Loading branch information
Davknapp committed Apr 10, 2024
2 parents b22b6d4 + 3cccc69 commit 19f31c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/t8_gtest_version.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
TEST (t8_gtest_version, major_version)
{
/* Change this number when you increase the major version. */
const int major_version = 1;
const int major_version = 2;

EXPECT_EQ (t8_get_version_major (), major_version);
}

TEST (t8_gtest_version, minor_version)
{
/* Change this number when you increase the minor version. */
const int minor_version = 6;
const int minor_version = 0;

EXPECT_EQ (t8_get_version_minor (), minor_version);
}
Expand Down

0 comments on commit 19f31c0

Please sign in to comment.