From 70a02ff46a72b99fc8494f936cd761ef8b3b6709 Mon Sep 17 00:00:00 2001 From: Benoit Ducharme Date: Mon, 12 Dec 2022 16:08:10 -0500 Subject: [PATCH] Remove nil option for Airports IATA I do not believe there should be the `nil` value in there, if there are any strong reasons for it, the return spec should be changed. --- lib/faker/airports.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/faker/airports.ex b/lib/faker/airports.ex index 211062bf5..dba92025f 100644 --- a/lib/faker/airports.ex +++ b/lib/faker/airports.ex @@ -1368,7 +1368,6 @@ defmodule Faker.Airports do "HTZ", "BGW", "TCU", - nil, "PZO", "MDI", "BRU",