Merge pull request #39 from tree-sitter/fix-typo-from-api-cleanup

s/TSDebugger/TSLogger in spec name
This commit is contained in:
Max Brunsfeld 2016-10-05 09:29:57 -07:00 committed by GitHub
commit 0018623c92

View file

@ -144,7 +144,7 @@ describe("Document", [&]() {
});
});
describe("set_logger(TSDebugger)", [&]() {
describe("set_logger(TSLogger)", [&]() {
SpyLogger *logger;
before_each([&]() {