mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
MSVC: Resolve warnings
This commit is contained in:
@@ -557,7 +557,7 @@ TEST_F(EventManagerTest, GetSizeFilterTest) {
|
||||
}
|
||||
|
||||
// (Incorrectly) try to get settings type again. 5 {mismatch, warning} remaining.
|
||||
events = EventManager::GetInstance().get(-1, EventFilter(APIEvent::Type::SWCANSettingsNotAvailable));
|
||||
events = EventManager::GetInstance().get(APIEvent::Type::SWCANSettingsNotAvailable);
|
||||
EXPECT_EQ(events.size(), 0);
|
||||
EXPECT_EQ(EventCount(), 5);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user