Skip to content

Commit

Permalink
Rename Account Abstraction TestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed Mar 7, 2024
1 parent 2293e4c commit a10d49f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def datetime_to_str(value: datetime.datetime) -> str:
return value


class TestMessageViews(SafeTestCaseMixin, APITestCase):
class TestAccountAbstractionViews(SafeTestCaseMixin, APITestCase):
def test_safe_operation_view(self):
random_safe_operation_hash = (
"0x8aca9664752dbae36135fd0956c956fc4a370feeac67485b49bcd4b99608ae41"
Expand Down

0 comments on commit a10d49f

Please sign in to comment.