Skip to content

Commit

Permalink
Number of radar sites has increased to 205
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaulat committed Nov 5, 2023
1 parent ce426ba commit 87fc0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/source/scwx/qt/config/radar_site.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");

Expand Down

0 comments on commit 87fc0ff

Please sign in to comment.