Skip to content

Commit

Permalink
remove -rc
Browse files Browse the repository at this point in the history
  • Loading branch information
VjeraTurk committed Dec 20, 2024
1 parent 5f3cb56 commit 731e6b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/apis/platformvm/api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1608,7 +1608,8 @@ describe("PlatformVMAPI", (): void => {

serialzeit(tx1, "AddDelegatorTx")
})

/*
TODO: @VjeraTurk Change to buildAddCaminoValidatorTX
test("buildAddValidatorTx sort StakeableLockOuts 1", async (): Promise<void> => {
// two UTXO. The 1st has a lesser stakeablelocktime and a greater amount of AVAX. The 2nd has a greater stakeablelocktime and a lesser amount of AVAX.
// We expect this test to only consume the 2nd UTXO since it has the greater locktime.
Expand Down Expand Up @@ -2145,7 +2146,7 @@ describe("PlatformVMAPI", (): void => {
stakeableLockOut2.getStakeableLocktime().toString()
)
})

*/
test("buildAddValidatorTx 1", async (): Promise<void> => {
const addrbuff1 = addrs1.map((a) => platformvm.parseAddress(a))
const addrbuff2 = addrs2.map((a) => platformvm.parseAddress(a))
Expand Down

0 comments on commit 731e6b1

Please sign in to comment.