Skip to content

Commit

Permalink
Merge pull request #3920 from dev-hato/fix-format-fix_geo_data
Browse files Browse the repository at this point in the history
formatが間違ってたので直してあげたよ! #3919
  • Loading branch information
massongit authored May 10, 2024
2 parents cfa47a6 + 628545a commit 9913bbd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/plugins/test_hato.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ def test_altitude_with_no_params(self):
altitude_content = {
"Feature": [{"Property": {"Altitude": altitude_setagaya}}]
}
client1 = self.altitude_test(mocker, "", [str(c) for c in reversed(coordinates)], altitude_content)
client1 = self.altitude_test(
mocker, "", [str(c) for c in reversed(coordinates)], altitude_content
)
self.assertEqual(
client1.get_post_message(),
f"東京都世田谷区の標高は{altitude_setagaya}mっぽ!",
Expand Down

0 comments on commit 9913bbd

Please sign in to comment.