From 00a01e9c69d806be17be734f38ff5fd85fbcf472 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Fri, 15 May 2020 12:45:15 -0400 Subject: [PATCH] fix test --- terminatorlib/cwd.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminatorlib/cwd.py b/terminatorlib/cwd.py index 2d5a1861..58d3b5f2 100644 --- a/terminatorlib/cwd.py +++ b/terminatorlib/cwd.py @@ -6,8 +6,8 @@ >>> cwd.__class__.__name__ 'str' >>> func = get_pid_cwd() ->>> func.__class__.__name__ -'function' +>>> cwd.__class__.__name__ +'str' """