Skip to content

Commit cbd2469

Browse files
committed
Update test.rs
1 parent aaf05df commit cbd2469

File tree

1 file changed

+2
-1
lines changed
  • basics/repository-layout/native/program/tests

1 file changed

+2
-1
lines changed

basics/repository-layout/native/program/tests/test.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn test_repo_layout() {
4848
height: 36,
4949
ticket_count: 15,
5050
attraction: "game".to_string(),
51-
attraction_name: "I Got it!".to_string(),
51+
attraction_name: "I Got It!".to_string(),
5252
})
5353
.unwrap();
5454

@@ -66,6 +66,7 @@ fn test_repo_layout() {
6666
);
6767

6868
assert!(svm.send_transaction(tx).is_ok());
69+
6970
let data = borsh::to_vec(&CarnivalInstructionData {
7071
name: "Jimmy".to_string(),
7172
height: 36,

0 commit comments

Comments
 (0)