Skip to content

Commit

Permalink
Update conduit/plugins/importers/filereader/fileReadWrite_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored Aug 22, 2023
1 parent e9af0bd commit 873cc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduit/plugins/importers/filereader/fileReadWrite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func getConfig(t *testing.T, pt plugins.PluginType, cfg data.NameConfigPair, dat

// TestRoundTrip tests that blocks read by the filereader importer
// under the msgp.gz encoding are written to identical files by the filewriter exporter.
// This includes both a genesis block and a round-0 block with differend encodings.
// This includes both a genesis block and a round-0 block with different encodings.
func TestRoundTrip(t *testing.T) {
cleanArtifacts(t)
defer cleanArtifacts(t)
Expand Down

0 comments on commit 873cc83

Please sign in to comment.