Skip to content

Commit

Permalink
Fix wrong method call
Browse files Browse the repository at this point in the history
  • Loading branch information
yaphet17 committed Apr 23, 2023
1 parent b8f319b commit 9694787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/com/yaphet/chapa/ChapaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import com.google.gson.Gson;
import com.yaphet.chapa.client.ChapaClientImpl;
import com.yaphet.chapa.model.*;
import com.yaphet.chapa.utility.Util;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
Expand Down Expand Up @@ -206,7 +207,7 @@ public void testDefault() throws Throwable {
subAccount = new SubAccount()
.setBusinessName("Abebe Suq")
.setAccountName("Abebe Bikila")
.setAccountName("0123456789")
.setAccountNumber("0123456789")
.setBankCode("96e41186-29ba-4e30-b013-2ca36d7e7025")
.setSplitType(SplitType.PERCENTAGE)
.setSplitValue(0.2);
Expand Down

0 comments on commit 9694787

Please sign in to comment.