Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
gfukushima committed Sep 6, 2023
1 parent dea4b2a commit e1ec7a3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@

public class EthSignTypedDataIntegrationTest extends IntegrationTestBase {

private static final String eip712Json = """
private static final String eip712Json =
"""
{
"domain": {
"name": "Ether Mail",
Expand Down Expand Up @@ -101,6 +102,7 @@ public class EthSignTypedDataIntegrationTest extends IntegrationTestBase {
}
}
""";

@Test
void ethSignTypedDataSignsDataWhenAnUnlockedAccountIsPassed() {
final Request<?, EthSignTypedData> requestBody =
Expand Down

0 comments on commit e1ec7a3

Please sign in to comment.