Skip to content

Commit

Permalink
renamed universal lookups in the enrichment api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobMcKenzieSmarty committed Feb 26, 2024
1 parent dce0d9c commit a3cc7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions us-enrichment-api/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (f *ClientFixture) TestDeserializationErrorPreventsDeserialization() {
}

func (f *ClientFixture) TestGenericLookupUnmarshallingWithEtag() {
lookup := genericLookup{
lookup := universalLookup{
Response: []byte(validFinancialResponse),
}
httpHeaders := http.Header{"Etag": []string{"ABCDEFG"}}
Expand All @@ -105,7 +105,7 @@ func (f *ClientFixture) TestGenericLookupUnmarshallingWithEtag() {
}

func (f *ClientFixture) TestGenericLookupUnmarshallingWithNoEtag() {
lookup := genericLookup{
lookup := universalLookup{
Response: []byte(validPrincipalResponse),
}

Expand Down

0 comments on commit a3cc7aa

Please sign in to comment.