Skip to content

Commit 4f5ebcf

Browse files
author
JD Welch
committed
move a test
1 parent 2716771 commit 4f5ebcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/ui/mock/mock_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ import (
99
func Test_ProgressBar(t *testing.T) {
1010
ProgressBar("message", 10, true)
1111
}
12+
13+
func Test_Delay(t *testing.T) {
14+
Delay(1000)
15+
}

pkg/ui/ui_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,3 @@ func Test_ShowMessage(t *testing.T) {
1717
func Test_AskForConfirmation(t *testing.T) {
1818
AskForConfirmation("Are you sure?")
1919
}
20-
21-
func Test_Delay(t *testing.T) {
22-
Delay(1000)
23-
}

0 commit comments

Comments
 (0)