Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Jun 26, 2022
1 parent 041ad27 commit 8767e8d
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 788 deletions.
2 changes: 1 addition & 1 deletion app/Makefile.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ APPVERSION_M=1
# This is the `spec_version` field of `Runtime`
APPVERSION_N=10
# This is the patch version of this release
APPVERSION_P=0
APPVERSION_P=1
2 changes: 1 addition & 1 deletion tests/printing_compact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ TEST_P(CompactPrintTests, CompactPrinting) {
char tmpOut[100];
char prefix[0];
uint8_t dummy;
err = _toStringCompactInt(&cvalue, GetParam().decimals, 0, prefix, tmpOut, 100, 0, &dummy);
err = _toStringCompactInt(&cvalue, GetParam().decimals, false, 0, prefix, tmpOut, 100, 0, &dummy);
EXPECT_EQ(err, parser_ok) << parser_getErrorDescription(err);

EXPECT_EQ(std::string(tmpOut), GetParam().expected);
Expand Down
130 changes: 68 additions & 62 deletions tests_tools/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8767e8d

Please sign in to comment.