Skip to content

Commit

Permalink
Refactor TestCameraProjection and TestColor to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jul 3, 2024
1 parent 774163a commit 9cb56f8
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 98 deletions.
2 changes: 1 addition & 1 deletion tests/testoscar/Graphics/TestCameraProjection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

using namespace osc;

TEST(CameraProjection, CanBeStreamed)
TEST(CameraProjection, can_be_written_to_std_ostream)
{
for (size_t i = 0; i < num_options<CameraProjection>(); ++i) {
std::stringstream ss;
Expand Down
Loading

0 comments on commit 9cb56f8

Please sign in to comment.