Skip to content

Commit

Permalink
Change version number test
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaraMaHe committed Apr 10, 2024
1 parent b22b6d4 commit 3cccc69
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 3cccc69

Please sign in to comment.