Skip to content

Commit 702b385

Browse files
committed
mend
1 parent 735772f commit 702b385

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/server.zig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,8 @@ test "server: get /json/version" {
13831383
defer c.deinit();
13841384

13851385
const res1 = try c.httpRequest("GET /json/version HTTP/1.1\r\n\r\n");
1386-
try testing.expectEqualStrings(expected_response, res1); }
1386+
try testing.expectEqualStrings(expected_response, res1);
1387+
}
13871388

13881389
{
13891390
// again on a new connection

0 commit comments

Comments
 (0)