mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Number of radar sites has increased to 205
This commit is contained in:
parent
ce426bacc9
commit
87fc0ff386
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ size_t RadarSiteTest::numSites_ {0u};
|
|||
TEST_F(RadarSiteTest, DefaultConfig)
|
||||
{
|
||||
ASSERT_GT(numSites_, 0);
|
||||
EXPECT_EQ(numSites_, 204);
|
||||
EXPECT_EQ(numSites_, 205);
|
||||
|
||||
std::shared_ptr<RadarSite> radarSite = RadarSite::Get("KLSX");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue