Skip to content

Commit

Permalink
fixup! Add some more Message tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWrigley committed Jul 9, 2024
1 parent 1fd0a68 commit 1290ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ end
@test String(ZMQ.recv(s2)) == str_msg

# Message(::SubString)
m4 = Message(@view str_msg[1:3])
m4 = Message(SubString(str_msg, 1:3))
ZMQ.send(s1, m4)
@test String(ZMQ.recv(s2)) == str_msg[1:3]

Expand Down

0 comments on commit 1290ef4

Please sign in to comment.