Skip to content

Commit db078cf

Browse files
authored
such private API testing :P
1 parent 12c3422 commit db078cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ describe('Filter', function() {
611611
});
612612

613613
// TODO: we should just deal in observable differences, not reaching into private state
614-
expect(f.processor.processor._cache.tmpDir).
614+
expect(f.processor.processor._cache.tmpdir).
615615
to.be.equal(process.env.BROCCOLI_PERSISTENT_FILTER_CACHE_ROOT);
616616
});
617617

0 commit comments

Comments
 (0)