From 13231f0c689f6fe33264cd11a45301107ce8aad8 Mon Sep 17 00:00:00 2001 From: Sebastian Wong Date: Fri, 28 Mar 2014 09:30:45 -0500 Subject: [PATCH] minor naming fix --- CassandraBackend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CassandraBackend.js b/CassandraBackend.js index 03ceff9..be8f9cf 100644 --- a/CassandraBackend.js +++ b/CassandraBackend.js @@ -122,7 +122,7 @@ function initTestPQ(commitIndex, numTestsLeft, cb) { this.testQueue.enq( { test: result[0], score: result[1], commit: result[2].toString(), failCount: 0 } ); } - if (numTestsLeft == 0 || this.commits[commitIndex].isSnapshot) { + if (numTestsLeft == 0 || this.commits[commitIndex].isKeyframe) { cb(null); }