Fixed the goodTests var not resetting

This commit is contained in:
benmcmahon100
2015-08-25 14:46:23 +01:00
parent 473d40baa8
commit e2c3ff08a8

View File

@ -466,6 +466,7 @@ var runTests = function(err, data) {
}; };
function bonfireExecute() { function bonfireExecute() {
goodTests = 0;
attempts++; attempts++;
ga('send', 'event', 'Challenge', 'ran-code', challenge_Name); ga('send', 'event', 'Challenge', 'ran-code', challenge_Name);
userTests = null; userTests = null;