Skip to content

Commit

Permalink
chore: rollback sync integration tests but created #3016
Browse files Browse the repository at this point in the history
  • Loading branch information
EclesioMeloJunior committed Jan 5, 2023
1 parent 6bffa80 commit 5224762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/sync/syncer_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func newTestGenesisWithTrieAndHeader(t *testing.T) (
gen genesis.Genesis, genesisTrie trie.Trie, genesisHeader types.Header) {
t.Helper()

genesisPath := utils.GetWestendDevGenesisPath(t)
genesisPath := utils.GetGssmrV3SubstrateGenesisRawPathTest(t)
genesisPtr, err := genesis.NewGenesisFromJSONRaw(genesisPath)
require.NoError(t, err)
gen = *genesisPtr
Expand Down

0 comments on commit 5224762

Please sign in to comment.