make dwarfmode test not require autocorrection

develop
myk002 2021-07-05 16:05:12 -07:00
parent 4eb8870797
commit f1bcf0c7b5
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 2 additions and 0 deletions

@ -70,4 +70,6 @@ function test.enterSidebarMode()
guidm.enterSidebarMode(k)
expect.eq(k, df.global.ui.main.mode)
end
-- end test back in default so the test harness doesn't have to autocorrect
guidm.enterSidebarMode(df.ui_sidebar_mode.Default)
end