Skip to content

Commit

Permalink
fix inter constant is so large .... warning
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Dec 8, 2023
1 parent f7fe985 commit 5a87c46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ TEST_CASE("GenericSignalParameters should support common functions", TESTTAG)
REQUIRE(txs.get_tx_signal_type() == t_TxSignalType::UNKNOWN);

// test hash
REQUIRE(txs.binary_hash() == 10730480407014384156);
REQUIRE(txs.binary_hash() == 10730480407014384156UUL);
REQUIRE(txs.binary_hash() == GenericSignalParameters(txs).binary_hash());
REQUIRE(txs.binary_hash() ==
GenericSignalParameters(txs.from_binary(txs.to_binary())).binary_hash());
Expand Down

0 comments on commit 5a87c46

Please sign in to comment.