GrapeBaBa / sui4j

Sui4j is a robust, reactive, type safe Java library for working with Smart Contracts on the @MystenLabs/sui network.

Home Page:https://grapebaba.github.io/sui4j/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetPath test fails in Windows

teohaik opened this issue · comments

\sui4j\src\test\resources\config\sui.keystore

assertTrue(StringUtils.endsWith(fileBasedKeyStore.getPath(), "config/sui.keystore"));

This assertion is not working in Windows due to different path separator.

Will create a fix and push it in my forked repo. Don't have access to push here.

Can you please add me as collaborator so that i can push my branch with fix?

Can you please add me as collaborator so that i can push my branch with fix?

@teohaik invited, very glad that you are interested.

already fixed in #106