New line at EOF

This commit is contained in:
Muhammad Labib Ramadhan 2016-11-08 08:26:56 +07:00
parent 49d24ea265
commit 6fa9e90ec5

View File

@ -94,4 +94,4 @@ test('inlcude filter /teams?include[]={"model": "City", "where": {"name": "Heald
const { statusCode } = await server.inject({ url, method });
t.is(statusCode, STATUS_OK);
});
});