Skip to content

Commit

Permalink
Added error test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
EpsilonPrime committed Feb 10, 2024
1 parent 8ea2556 commit 0d0246d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions export/planloader/tests/PlanLoaderTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ TEST(PlanLoaderTest, LoadMissingFile) {
ASSERT_THAT(
serializedPlan->error_message,
::testing::StartsWith("Failed to open file no_such_file.json"));

free_substrait_plan(serializedPlan);
}

} // namespace
Expand Down

0 comments on commit 0d0246d

Please sign in to comment.