|
|
|
|
|
by rmetzler
4250 days ago
|
|
Once I recognized a certain test pass on all days except on Mondays. The test created models for a few days and tested for a sum of the current week.
The dates where all relative (today, yesterday, etc.), so when the test run on a
Monday some records where for the last week and that's why the sum wasn't the same. But I guess your problem is harder to debug. |
|