Skip to content

Commit 211bde5

Browse files
authored
Correct ineffassign
1 parent d6ea6a5 commit 211bde5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/download_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func TestDownload(t *testing.T) {
139139

140140
dir := filepath.Join(targetDir, "bogus-track", "bogus-exercise")
141141
b, err := ioutil.ReadFile(workspace.NewExerciseFromDir(dir).MetadataFilepath())
142+
assert.NoError(t, err)
142143
var metadata workspace.ExerciseMetadata
143144
err = json.Unmarshal(b, &metadata)
144145
assert.NoError(t, err)

0 commit comments

Comments
 (0)