mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Tests: Wrong test count causes unexpected 'green' in test results
This commit is contained in:
parent
300e7e125e
commit
dde7e6781d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ void testInit (UnitTest& t, const std::string& value, Variant& var)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
int main (int, char**)
|
||||
{
|
||||
UnitTest t (104);
|
||||
UnitTest t (106);
|
||||
|
||||
Variant sunday; testInit (t, "sunday", sunday);
|
||||
Variant monday; testInit (t, "monday", monday);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue