Code review comment for lp:~macslow/unity8/snap-decisions-states

Revision history for this message
Michael Zanetti (mzanetti) wrote :

518 + if (mockModel.count > 5) {
537 + if (mockModel.count > 5) {
551 + if (mockModel.count > 5) {

Why is this? You basically disable the whole test for the first 4 runs. Can't just initialize the model with 5+ notifications if you really require them for the test?

« Back to merge proposal