Skip to content

Commit 6afe100

Browse files
committed
[C++] Type.
1 parent c93cdea commit 6afe100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/test/cpp/Issue889Test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Issue889Test : public testing::Test
2424
{
2525
};
2626

27-
TEST_F(Issue889Test, shouldGenerateSpecalisedNullValue)
27+
TEST_F(Issue889Test, shouldGenerateSpecialisedNullValue)
2828
{
2929
EXPECT_EQ(LotType::get(0), LotType::NULL_VALUE);
3030
}

0 commit comments

Comments
 (0)