Skip to content

Commit

Permalink
Merge pull request exercism#836 from gliptak/patch-2
Browse files Browse the repository at this point in the history
Correct ineffassign
  • Loading branch information
Katrina Owen authored Mar 24, 2019
2 parents d6ea6a5 + 211bde5 commit 32d9927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func TestDownload(t *testing.T) {

dir := filepath.Join(targetDir, "bogus-track", "bogus-exercise")
b, err := ioutil.ReadFile(workspace.NewExerciseFromDir(dir).MetadataFilepath())
assert.NoError(t, err)
var metadata workspace.ExerciseMetadata
err = json.Unmarshal(b, &metadata)
assert.NoError(t, err)
Expand Down

0 comments on commit 32d9927

Please sign in to comment.