Skip to content

Commit

Permalink
Cleaned up names.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Nov 19, 2023
1 parent bd4ecc5 commit 28f7778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/src/atomic_vector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ TEST_F(AtomicVectorTest, Basic) {
EXPECT_EQ(takane::height(testdir()), 100);
}

TEST_F(AtomicVectorTest, TypeChecks) {
TEST_F(AtomicVectorTest, Types) {
// Integer.
{
{
Expand Down Expand Up @@ -169,7 +169,7 @@ TEST_F(AtomicVectorTest, TypeChecks) {
}
}

TEST_F(AtomicVectorTest, MissingChecks) {
TEST_F(AtomicVectorTest, Missingness) {
{
auto handle = initialize();
auto ghandle = handle.createGroup("atomic_vector");
Expand Down
6 changes: 3 additions & 3 deletions tests/src/string_factor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ TEST_F(StringFactorTest, Basic) {
EXPECT_EQ(takane::height(testdir()), 100);
}

TEST_F(StringFactorTest, CodeChecks) {
TEST_F(StringFactorTest, Codes) {
{
auto handle = initialize();
auto ghandle = handle.createGroup("string_factor");
Expand Down Expand Up @@ -115,7 +115,7 @@ TEST_F(StringFactorTest, CodeChecks) {
takane::validate(testdir());
}

TEST_F(StringFactorTest, OrderedChecks) {
TEST_F(StringFactorTest, Ordered) {
{
auto handle = initialize();
auto ghandle = handle.createGroup("string_factor");
Expand All @@ -141,7 +141,7 @@ TEST_F(StringFactorTest, OrderedChecks) {
takane::validate(testdir());
}

TEST_F(StringFactorTest, NameChecks) {
TEST_F(StringFactorTest, Names) {
std::vector<int> codes { 0, 1, 2, 1, 0, 1, 2 };
{
auto handle = initialize();
Expand Down

0 comments on commit 28f7778

Please sign in to comment.