Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Dec 9, 2023
1 parent 60f51b6 commit d3f22f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/unit_test_001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ unittest(test_offset)
//
unittest(test_getType)
{
SHT sht;
SHT30 sht0;
SHT31 sht1;
SHT35 sht2;
SHT85 sht3;
SHT sht(0x44);
SHT30 sht0(0x44);
SHT31 sht1(0x44);
SHT35 sht2(0x44);
SHT85 sht3(0x44);

assertEqual(00, sht.getType());
assertEqual(30, sht0.getType());
Expand Down

0 comments on commit d3f22f1

Please sign in to comment.