near-daos / sputnik-dao-contract

Smart contracts for https://app.astrodao.com
https://astrodao.com/
MIT License
108 stars 77 forks source link

Fix sputnikdao2 test #56

Closed mikedotexe closed 2 years ago

mikedotexe commented 2 years ago

test_create_dao_and_use_token was using type String when it needs to use Option

This will cause things to break and I'd like to fix this so we can get pull requests running tests as set up in #54