Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSannier committed Mar 18, 2024
1 parent 13e8ac7 commit bd4256a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/basic/test_one_shot_keys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,7 @@ TEST_P(OneShotLayerParametrizedTestFixture, OSLWithActionAndAdditionalKeypress)
VERIFY_AND_CLEAR(driver);
}

INSTANTIATE_TEST_CASE_P(
OneShotLayerTests,
OneShotLayerParametrizedTestFixture,
::testing::Values(
TG(2),
TO(2)
));
INSTANTIATE_TEST_CASE_P(OneShotLayerTests, OneShotLayerParametrizedTestFixture, ::testing::Values(TG(2), TO(2)));

TEST_F(OneShot, OSLChainingTwoOSLsAndAdditionalKeypress) {
TestDriver driver;
Expand Down

0 comments on commit bd4256a

Please sign in to comment.