Skip to content

Commit

Permalink
Update tests/dbf_test.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Even Rouault <[email protected]>
  • Loading branch information
thbeu and rouault authored Mar 14, 2024
1 parent 0b06f93 commit 9ba66bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dbf_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static auto WriteDate(const fs::path &filename,
static auto ReadDate(const fs::path &filename) -> auto
{
const auto handle = DBFOpen(filename.string().c_str(), "rb");
EXPECT_NE(nullptr, handle);
ASSERT_NE(nullptr, handle);
const auto fieldcount = DBFGetFieldCount(handle);
EXPECT_EQ(1, fieldcount);
const auto fieldname =
Expand Down

0 comments on commit 9ba66bc

Please sign in to comment.