morukele / paystack-rs

An open-source rust library for using the PayStack API
https://crates.io/crates/paystack-rs
MIT License
13 stars 5 forks source link

Transaction Split Tests #29

Closed Lilit0x closed 8 months ago

Lilit0x commented 8 months ago

Test suites for the transaction split API

Lilit0x commented 8 months ago

Hi @morukele , I saw this when I wanted to create secrets on my own fork.

rsrssrs

But with that, the actions still fail on my own fork. Also, I sent you an email regarding the meeting. Thanks

morukele commented 8 months ago

Hi @Lilit0x Your hint was correct, GitHub doesn't let PRs have access to the repo secrets.

I have updated the main branch with a potential fix for this issue. With this fix, the tests are still going to fail when you make a PR, but when I re-run it, it should pass.

Could you get the latest copy of the code and open another PR?

Lilit0x commented 8 months ago

Okay, doing that now.

morukele commented 8 months ago

The test passes! So you can write all the tests and I will have a way to verify them now!

morukele commented 8 months ago

@Lilit0x All tests pass and now merging with the main. Thank you very much for your contribution!