Skip to content

Commit

Permalink
refactor(runtimes): Add version related doc in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Mar 30, 2023
1 parent d9a4624 commit 1be5ab7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dot/rpc/modules/state_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1be5ab7

Please sign in to comment.