Skip to content

Commit 3edd1e1

Browse files
committed
refactor: use expect in test
1 parent c73c1ff commit 3edd1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/api/ApiDataDownloaderTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace ECFMPTest::Api {
1717
void OnEvent(const ECFMP::Api::ApiDataDownloadedEvent& event) override
1818
{
1919
callCount++;
20-
ASSERT_EQ(event.data, expectedJson);
20+
EXPECT_EQ(event.data, expectedJson);
2121
}
2222

2323
[[nodiscard]] auto GetCallCount() const -> int

0 commit comments

Comments
 (0)