Skip to content

Commit

Permalink
chore: sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
nlunets committed Nov 27, 2024
1 parent a3ecda9 commit 51d861e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('Data Access', () => {
expect(countryData[0].Country_Code).toEqual('DE');
countryData = await dataAccess.getData(
new ODataRequest(
{ method: 'GET', url: "/Countries?$filter=tolower(Country_Code) eq tolower('dE')" },
{ method: 'GET', url: "/Countries?$filter=toupper(Country_Code) eq toupper('dE')" },
dataAccess
)
);
Expand Down

0 comments on commit 51d861e

Please sign in to comment.