We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2716771 commit 4f5ebcfCopy full SHA for 4f5ebcf
pkg/ui/mock/mock_test.go
@@ -9,3 +9,7 @@ import (
9
func Test_ProgressBar(t *testing.T) {
10
ProgressBar("message", 10, true)
11
}
12
+
13
+func Test_Delay(t *testing.T) {
14
+ Delay(1000)
15
+}
pkg/ui/ui_test.go
@@ -17,7 +17,3 @@ func Test_ShowMessage(t *testing.T) {
17
func Test_AskForConfirmation(t *testing.T) {
18
AskForConfirmation("Are you sure?")
19
20
-
21
-func Test_Delay(t *testing.T) {
22
- Delay(1000)
23
-}
0 commit comments