Skip to content

Commit

Permalink
Don't Check Minor Version in Test (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Aug 5, 2022
1 parent 85c4ba1 commit bd062c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/lib/ApiTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,6 @@ void QuicTestGlobalParam()
&Length,
&ActualVersion));
TEST_EQUAL(ActualVersion[0], 2);
TEST_EQUAL(ActualVersion[1], 1);
// value of idx 2 and 3 are decided at build time.
// it is hard to verify the values at runtime.
}
Expand Down

0 comments on commit bd062c3

Please sign in to comment.