Skip to content

Commit 482b789

Browse files
authored
Merge pull request #91 from oschwald/greg/update-test-data
Update test data
2 parents 8a9ef25 + d2ee40d commit 482b789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reader_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ func TestConnectionType(t *testing.T) {
168168
record, err := reader.ConnectionType(net.ParseIP("1.0.1.0"))
169169
require.NoError(t, err)
170170

171-
assert.Equal(t, "Cable/DSL", record.ConnectionType)
171+
assert.Equal(t, "Cellular", record.ConnectionType)
172172
}
173173

174174
func TestCountry(t *testing.T) {

test-data

Submodule test-data updated 40 files

0 commit comments

Comments
 (0)