Merge pull request #39 from tree-sitter/fix-typo-from-api-cleanup
s/TSDebugger/TSLogger in spec name
This commit is contained in:
commit
0018623c92
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ describe("Document", [&]() {
|
|||
});
|
||||
});
|
||||
|
||||
describe("set_logger(TSDebugger)", [&]() {
|
||||
describe("set_logger(TSLogger)", [&]() {
|
||||
SpyLogger *logger;
|
||||
|
||||
before_each([&]() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue