We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf05df commit cbd2469Copy full SHA for cbd2469
basics/repository-layout/native/program/tests/test.rs
@@ -48,7 +48,7 @@ fn test_repo_layout() {
48
height: 36,
49
ticket_count: 15,
50
attraction: "game".to_string(),
51
- attraction_name: "I Got it!".to_string(),
+ attraction_name: "I Got It!".to_string(),
52
})
53
.unwrap();
54
@@ -66,6 +66,7 @@ fn test_repo_layout() {
66
);
67
68
assert!(svm.send_transaction(tx).is_ok());
69
+
70
let data = borsh::to_vec(&CarnivalInstructionData {
71
name: "Jimmy".to_string(),
72
0 commit comments