Skip to content

Commit

Permalink
Fix failing TRAJ test due to faulty TearDown in OSEM
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert108 committed Oct 23, 2023
1 parent 13afa57 commit a49f38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/osem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EncodeOSEM : public ::testing::Test
}
void TearDown() override
{
setTransmitterID(0xFFFF);
setTransmitterID(0xFFFFFFFF);
}

ObjectSettingsType settings;
Expand Down

0 comments on commit a49f38f

Please sign in to comment.