gnolang / memeland

Meme.land: A Gno-powered meme sharing platform where you can share and upvote memes. Built with React and the Gno programming language.
https://meme.gnoteam.com
4 stars 2 forks source link

Add Realm tests #11

Closed leohhhn closed 3 days ago

leohhhn commented 4 months ago

Description

Tests for realm code should be written and added to the repo.

DIGIX666 commented 3 months ago

Hey @leohhhn, I have tried adding a Realm test.

When you have time, can you please review my code? :) All functions PASS except for func TestTransferOwnership. I will continue to work on that to make the test pass.

SCR-20240416-qbxo

Code

leohhhn commented 3 months ago

@DIGIX666 Thanks! Since we have two copies of Memeland, one here and one in the monorepo, I suggest you open a PR for this here, and then when its merged, we can copy it over to the monorepo :)

DIGIX666 commented 3 months ago

Oh ok no problem, I create now a PR

leohhhn commented 3 days ago

Completed via #21 & #23