Skip to content

Commit

Permalink
Merge d89567c into cd25e69
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
2 parents cd25e69 + d89567c commit 3c9bce9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deep-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand Down
4 changes: 2 additions & 2 deletions Tests/CEPAberto.Tests/CEPAbertoClientTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public void TestSearchNearest()
// Assert
result.Success.Should().BeTrue();
result.Altitude.Should().Be(1072.4);
result.PostalCode.Should().Be("36420000");
result.Latitude.Should().Be("-20.5236387");
result.PostalCode.Should().Be("36420970");
result.Latitude.Should().Be("-20.5246307637");
result.Longitude.Should().Be("-43.691412");
result.Street.Should().BeNull();
result.Neighborhood.Should().BeNull();
Expand Down

0 comments on commit 3c9bce9

Please sign in to comment.