From 0ffebc3d0c8c7772eb1544d2456b11516d47991d Mon Sep 17 00:00:00 2001 From: Timothy Clem Date: Wed, 5 Oct 2016 08:48:12 -0700 Subject: [PATCH] s/TSDebugger/TSLogger in spec name --- spec/runtime/document_spec.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/runtime/document_spec.cc b/spec/runtime/document_spec.cc index ec479b4e..bbbc67c9 100644 --- a/spec/runtime/document_spec.cc +++ b/spec/runtime/document_spec.cc @@ -144,7 +144,7 @@ describe("Document", [&]() { }); }); - describe("set_logger(TSDebugger)", [&]() { + describe("set_logger(TSLogger)", [&]() { SpyLogger *logger; before_each([&]() {