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 bf3e092 commit fcc7f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot/rpc/modules/state_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const (

func TestStateModule_GetRuntimeVersion(t *testing.T) {
// 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 fcc7f6e

Please sign in to comment.