From 20c17d5470470dac0ada83e00441f464ebc38a47 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 4 Dec 2020 12:10:44 -0800 Subject: [PATCH] chore: fix the doclint tests --- utils/doclint/check_public_api/test/diff-events/result.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/doclint/check_public_api/test/diff-events/result.txt b/utils/doclint/check_public_api/test/diff-events/result.txt index 2584564bf6..b132fcd333 100644 --- a/utils/doclint/check_public_api/test/diff-events/result.txt +++ b/utils/doclint/check_public_api/test/diff-events/result.txt @@ -1,2 +1,2 @@ -[MarkDown] Implemented but not documented event Foo: 'finish' -[MarkDown] Implemented but not documented event Foo: 'start' \ No newline at end of file +[MarkDown] Documented but not implemented event Foo: 'stop' +[MarkDown] Implemented but not documented event Foo: 'finish' \ No newline at end of file