Skip to content

Commit

Permalink
Merge pull request openebs#560 from fdmarcin/master
Browse files Browse the repository at this point in the history
Fix typo in handler_test.go
  • Loading branch information
sonasingh46 committed Oct 1, 2018
2 parents 8db9da4 + 40b2ef4 commit f3288d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/maya-apiserver/spc-watcher/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func TestSyncHandler(t *testing.T) {
// Function under test expects key,operation,and storagepoolcalim object as an argument
// If the event is deleteEvent or addEvent , creation of storagepool and deletion of storagepool
// should be attempted.
// The attempt will fail beacuse of the absence of cas template in go environment
// The attempt will fail because of the absence of cas template in go environment
// Hence deleteEvent and addEvent should error out.
// For all other events there is no such attempt and no error should occur.

Expand Down

0 comments on commit f3288d5

Please sign in to comment.