-
Notifications
You must be signed in to change notification settings - Fork 0
init fix #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
init fix #18
Changes from all commits
cca4f18
d616c3b
955a1d8
10655fd
34885ac
549c410
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -281,8 +281,7 @@ class ExampleInstrumentedTest { | |||||
| @Test | ||||||
| fun testSwap() = runBlocking { | ||||||
| //Altude.savePrivateKey(accountPrivateKey ) | ||||||
| val testMnemonic = System.getProperty("TEST_MNEMONIC") ?: "" | ||||||
| Altude.saveMnemonic(testMnemonic) | ||||||
| Altude.saveMnemonic("pause trial leisure wife deliver save crack sniff exact village claim upset") | ||||||
| val option = SwapOption( | ||||||
| account = "BG8ttfjfSdUVxJB5saKq59gfFdtpvDBeVTwg1X3ZBUyS", | ||||||
| inputMint = Token.SOL.mint(), | ||||||
|
|
@@ -293,7 +292,7 @@ class ExampleInstrumentedTest { | |||||
| ) | ||||||
|
|
||||||
| // Wrap the callback in a suspendable way (like a suspendCoroutine) | ||||||
| val result = Altude.swap(option) | ||||||
| val result = Altude.swap2(option) | ||||||
|
||||||
| val result = Altude.swap2(option) | |
| val result = Altude.swap(option) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -51,7 +51,7 @@ dependencies { | |||||
| // //implementation("com.ditchoom:buffer-android:1.4.2") | ||||||
| // | ||||||
| // testImplementation(platform("org.junit:junit-bom:5.13.4")) | ||||||
| // testImplementation("org.junit.jupiter:junit-jupiter") | ||||||
| // testImplementation("org.junit.swap:junit-swap") | ||||||
|
||||||
| // testImplementation("org.junit.swap:junit-swap") | |
| // testImplementation("org.junit.jupiter:junit-jupiter") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uh oh!
There was an error while loading. Please reload this page.