You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests must be in the same folder as flow.json with contracts and transactions/scripts in subdirectories in order for the path resolver to work correctly
*/
func TestCharity(t *testing.T) {
t.Run("Should be able to mint a charity nft", func(t *testing.T) {
NewOverflowTest(t).
setupFIND().
createUser(100.0, "user1").
setupCharity("user1").
mintCharity("test", "https://test.png", "https://thumbnail.png", "http://origin.url", "this is a description", "user1")