Skip to content

Commit 2e15da7

Browse files
committed
Remove epoll request in test
1 parent 45c828a commit 2e15da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/aleph/udp_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
(.close ^java.io.Closeable server#)))))
1717

1818
(deftest test-echo
19-
(let [s @(udp/socket {:port 10001, :epoll? true})]
19+
(let [s @(udp/socket {:port 10001})]
2020
(s/put! s {:host "localhost", :port 10001, :message "foo"})
2121
(is (= "foo"
2222
(bs/to-string

0 commit comments

Comments
 (0)