From 036667b99076b413caa06baf9d74c9d370374a46 Mon Sep 17 00:00:00 2001 From: William Melody Date: Thu, 21 Sep 2023 18:31:28 -0700 Subject: [PATCH] Add `sleep` call to improve ordering in test. --- test/folders-list-pinned.bats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/folders-list-pinned.bats b/test/folders-list-pinned.bats index 7ca017d8a..1d9ed644f 100644 --- a/test/folders-list-pinned.bats +++ b/test/folders-list-pinned.bats @@ -175,6 +175,8 @@ load test_helper --title "root three" \ --content "Content three. #pinned" + sleep 1 + "${_NB}" add "Example Folder/one.md" \ --title "nested one" \ --content "Content one. #pinned"