Skip to content

Commit

Permalink
Run github actions for bugfix requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mesozoic-drones committed Mar 1, 2023
1 parent 2449d00 commit 0f75f24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,5 +651,6 @@ TEST_CASE("Shapes create & save")
Feed feed_for_testing("data/output_feed");

REQUIRE_EQ(feed_for_testing.read_shapes(), ResultCode::OK);
CHECK_EQ(feed_for_testing.get_shapes().size(), 3);
}
TEST_SUITE_END();

0 comments on commit 0f75f24

Please sign in to comment.