Skip to content

Commit

Permalink
fix test method name incorrect in AssetsRequestBuilderTest. (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Oct 21, 2023
1 parent 1831c4e commit d564e88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class AssetsRequestBuilderTest {
@Test
public void testAccounts() {
public void testAssets() {
Server server = new Server("https://horizon-testnet.stellar.org");
HttpUrl uri =
server
Expand Down

0 comments on commit d564e88

Please sign in to comment.