mirror of
https://github.com/ManyakRus/starter.git
synced 2025-11-25 23:02:22 +02:00
сделал Pause_duration_ctx()
This commit is contained in:
@@ -1390,3 +1390,11 @@ func TestIsTrueString(t *testing.T) {
|
||||
t.Errorf("Expected true, but got %v", Otvet)
|
||||
}
|
||||
}
|
||||
|
||||
func TestPause_duration(t *testing.T) {
|
||||
Pause_duration(time.Millisecond)
|
||||
}
|
||||
|
||||
func TestPause_duration_ctx(t *testing.T) {
|
||||
Pause_duration_ctx(context.Background(), time.Millisecond)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user