Skip to content

Commit 79cc43a

Browse files
fix: add fixtures to load path in stress test
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4dc1c47 commit 79cc43a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/stress/tcp_connect.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#
1616
# Exits 0 on clean run, 1 if any ENOTCONN was observed.
1717

18+
$LOAD_PATH.unshift(File.expand_path("../../..", __dir__) + "/fixtures")
19+
1820
require "io/event"
1921
require "io/event/test_scheduler"
2022
require "socket"

0 commit comments

Comments
 (0)