mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-03 11:13:54 +00:00
fixup tests
This commit is contained in:
@@ -20,7 +20,7 @@ TEST_CASE("Network::Errors", "[core]") {
|
|||||||
|
|
||||||
Network::SockAddrIn addr{
|
Network::SockAddrIn addr{
|
||||||
16,
|
16,
|
||||||
Network::Domain::INET,
|
u8(Network::Domain::INET),
|
||||||
1, // hopefully nobody running this test has something listening on port 1
|
1, // hopefully nobody running this test has something listening on port 1
|
||||||
{127, 0, 0, 1},
|
{127, 0, 0, 1},
|
||||||
{},
|
{},
|
||||||
|
|||||||
Reference in New Issue
Block a user