Skip to content

Commit 3951a7c

Browse files
committed
wrong factor used
1 parent d5b7b09 commit 3951a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_dbc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ TEST_CASE("Testing negative values") {
9797
}
9898
{
9999
const auto signal = parser.get_messages().at(0).signals.at(3);
100-
REQUIRE(signal.factor == 0.1);
100+
REQUIRE(signal.factor == 1);
101101
REQUIRE(signal.offset == -10);
102102
REQUIRE(signal.min == 0);
103103
REQUIRE(signal.max == 32767);

0 commit comments

Comments
 (0)