Skip to content

Commit

Permalink
security: Set correct time when verifying test CA message
Browse files Browse the repository at this point in the history
  • Loading branch information
xweissada committed Sep 6, 2024
1 parent 4ffad4f commit d280fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vanetza/security/tests/secured_message_v3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ TEST(SecuredMessageV3, verify)
EXPECT_EQ(3, msg.protocol_version());

StoredPositionProvider position_provider;
ManualRuntime runtime { Clock::at("2019-11-21 11:30") };
ManualRuntime runtime { Clock::at("2019-11-21 13:28") };
auto backend = create_backend("default");

StraightVerifyService verify_service { runtime, *backend, position_provider };
Expand Down

0 comments on commit d280fb8

Please sign in to comment.