Skip to content

Commit

Permalink
flow test for whole project (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjwegrzyn authored Sep 9, 2024
1 parent fc385fc commit 9f46a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/cyrograf.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contract Cyrograf {
Background currentBackground;

constructor() {
currentBackground = Background(msg.sender, RGB(1,2,3), RGB(30,20,10));
currentBackground = Background(msg.sender, RGB(33,133,233), RGB(233,133,33));
}

function getBackground() public view returns (Background memory){
Expand Down

0 comments on commit 9f46a24

Please sign in to comment.