Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eggrobin committed Mar 29, 2024
1 parent 4415177 commit 829fe84
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions ksp_plugin_test/plugin_compatibility_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,12 @@ TEST_P(PluginCompatibilityTest, Reach) {
} else {
EXPECT_THAT(
subsequent_flybys,
ElementsAre(
Pair(
// The video has 21:57.
ResultOf(&TTSecond, "1978-08-07T21:58:49"_DateTime), "Earth"),
Pair(
// The video has 07:52.
ResultOf(&TTSecond, "1980-02-17T22:18:43"_DateTime), "Jupiter")));
ElementsAre(Pair( // The video has 21:57.
ResultOf(&TTSecond, "1978-08-07T21:58:49"_DateTime),
"Earth"),
Pair( // The video has 07:52.
ResultOf(&TTSecond, "1980-02-17T22:18:43"_DateTime),
"Jupiter")));
}

// Make sure that we can upgrade, save, and reload.
Expand Down

0 comments on commit 829fe84

Please sign in to comment.