Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cfpb/consumerfinance.gov
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 15a12394391308b83bcb3329bed22808c86cebb2
Choose a base ref
..
head repository: cfpb/consumerfinance.gov
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 399b17f867e4062629dd6a0ea09d73aef17e7e07
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 cfgov/housing_counselor/tests/management/test_geocoder.py
6 changes: 3 additions & 3 deletions cfgov/housing_counselor/tests/management/test_geocoder.py
Original file line number Diff line number Diff line change
@@ -29,17 +29,17 @@ def test_returns_list_of_counselors(self):
{
"agc_ADDR_LATITUDE": 1,
"agc_ADDR_LONGITUDE": -1,
"zipcd": "12345",
"zipcd": "20001",
},
{
"agc_ADDR_LATITUDE": 2,
"agc_ADDR_LONGITUDE": -2,
"zipcd": "23456",
"zipcd": "20001",
},
{
"agc_ADDR_LATITUDE": 3,
"agc_ADDR_LONGITUDE": -3,
"zipcd": "34567",
"zipcd": "20001",
},
]