diff --git a/Tests/ipinfoKitTests/IPInfoPlusTests.swift b/Tests/ipinfoKitTests/IPInfoPlusTests.swift index f54aa66..dea1f5f 100644 --- a/Tests/ipinfoKitTests/IPInfoPlusTests.swift +++ b/Tests/ipinfoKitTests/IPInfoPlusTests.swift @@ -82,7 +82,6 @@ struct IPInfoPlusTests { // Should return details for the caller's IP #expect(ipResponse.ip != "") - #expect(ipResponse.hostname != nil) #expect(!ipResponse.geo.country.isEmpty) } }