From 496cc8888d0d37f22980c1b805901341f03ed803 Mon Sep 17 00:00:00 2001 From: Michael Richters Date: Sat, 5 Dec 2020 11:52:57 -0600 Subject: [PATCH] Adapt basic TopsyTurvy testcase for KeyboardioHID#67 Signed-off-by: Michael Richters --- tests/plugins/TopsyTurvy/basic/test.ktest | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/plugins/TopsyTurvy/basic/test.ktest b/tests/plugins/TopsyTurvy/basic/test.ktest index b2ca7b89..a3ec293e 100644 --- a/tests/plugins/TopsyTurvy/basic/test.ktest +++ b/tests/plugins/TopsyTurvy/basic/test.ktest @@ -35,11 +35,7 @@ EXPECT keyboard-report Key_1 # The report should contain only `1` RUN 5 ms RELEASE TOPSY_1 RUN 1 cycle -EXPECT keyboard-report Key_LeftShift Key_1 # The report should contain `shift` + `1` -# Really the report above should be empty, but it seems to work okay in master -# like this, and it will get fixed if and when Kaleidoscope becomes -# event-driven. -# EXPECT keyboard-report empty # Report should be empty +EXPECT keyboard-report empty # Report should be empty EXPECT keyboard-report Key_LeftShift # The report should contain `shift` RUN 5 ms RELEASE LSHIFT