1
0
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:
Nikitin Aleksandr
2025-03-18 15:23:24 +03:00
parent fd7b2481bb
commit e7a5e42bdf
2 changed files with 22 additions and 0 deletions

View File

@@ -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)
}