Skip to content

Commit

Permalink
CC fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Skinner committed Nov 2, 2016
1 parent 654bdff commit b650a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/package/rpm/preparer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestPreparerInterfaces(t *testing.T) {
assert.Implements(t, (*resource.Resource)(nil), new(rpm.Preparer))
}

// TestPrepareCreatesPackage tests rpm.Package creation from the preparerer
// TestPreparerCreatesPackage tests rpm.Package creation from the preparerer
// ensuring that the state field is respected.
func TestPreparerCreatesPackage(t *testing.T) {
t.Parallel()
Expand Down

0 comments on commit b650a6a

Please sign in to comment.