Skip to content

Commit 7c737a3

Browse files
committed
fix test
1 parent f98d7cd commit 7c737a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth-sdk-solana/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ mod test {
720720
agg: PriceInfo {
721721
price: 10,
722722
conf: 20,
723-
status: PriceStatus::Unknown,
723+
status: PriceStatus::Trading,
724724
pub_slot: 3,
725725
..Default::default()
726726
},

0 commit comments

Comments
 (0)