From 5c7227512161f01c006bbaa880d31a8fb84051e8 Mon Sep 17 00:00:00 2001 From: 0xRoy <53046899+1997roylee@users.noreply.github.com> Date: Fri, 17 Jan 2025 16:13:33 +0800 Subject: [PATCH] feat: make get_mock_price_infos function public for testing purposes - Changed function visibility to public to facilitate testing - No functional changes, only accessibility modification --- target_chains/sui/contracts/sources/pyth.move | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/sui/contracts/sources/pyth.move b/target_chains/sui/contracts/sources/pyth.move index 7d7ce52d4f..f07693dfe6 100644 --- a/target_chains/sui/contracts/sources/pyth.move +++ b/target_chains/sui/contracts/sources/pyth.move @@ -581,7 +581,7 @@ module pyth::pyth_tests{ (scenario, coins, clock) } - fun get_mock_price_infos(): vector { + public fun get_mock_price_infos(): vector { use pyth::i64::Self; use pyth::price::{Self}; vector[