From 1be5ab7fffbcef13a1046a26574738f3def3decb Mon Sep 17 00:00:00 2001 From: Diego Date: Thu, 30 Mar 2023 12:36:43 -0300 Subject: [PATCH] refactor(runtimes): Add version related doc in comments --- dot/rpc/modules/state_integration_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot/rpc/modules/state_integration_test.go b/dot/rpc/modules/state_integration_test.go index fb94a47480..7b7c2e5455 100644 --- a/dot/rpc/modules/state_integration_test.go +++ b/dot/rpc/modules/state_integration_test.go @@ -28,7 +28,10 @@ const ( ) func TestStateModule_GetRuntimeVersion(t *testing.T) { - // expected results based on responses from prior tests + /* expected results based on responses from prior tests + We can get this data from polkadot runtime release source code + https://github.com/paritytech/polkadot/blob/v0.9.29/runtime/westend/src/lib.rs#L105-L117 + */ expected := StateRuntimeVersionResponse{ SpecName: "westend", ImplName: "parity-westend",