Skip to content

Commit

Permalink
Set proper supported_protocol_versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bforma committed Sep 14, 2024
1 parent f2e2525 commit e0651a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/s2/messages/handshake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
message_id { "factory_bot" }
message_type { S2::Messages::MessageType::Handshake }
rm
supported_protocol_versions { ["FRBC"] }
supported_protocol_versions { [S2::PROTOCOL_VERSION] }

trait :cem do
role { S2::Messages::EnergyManagementRole::Cem }
Expand Down

0 comments on commit e0651a2

Please sign in to comment.