Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Jan 10, 2021
1 parent 5c07889 commit fd73527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ebus/contrib/test/test_tem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ int main() {
templates->readLineFromStream(&dummystr, "inline", false, &lineNo, &row, &errorDescription, false, nullptr, nullptr);
const DataField* fields = nullptr;
for (unsigned int i = 0; i < sizeof(checks) / sizeof(checks[0]); i++) {
string check[5] = checks[i];
string* check = checks[i];
istringstream isstr(check[0]);
string expectStr = check[1];
MasterSymbolString mstr;
Expand Down

0 comments on commit fd73527

Please sign in to comment.