Skip to content

Commit

Permalink
Test case correction for BlobAgent rename (#9)
Browse files Browse the repository at this point in the history
Test case correction for BlobAgent Rename
  • Loading branch information
vaibhavsawhney authored and ashishagg committed Jul 30, 2019
1 parent 6d38d53 commit 17085cd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class BlobAgentSpec extends FunSpec with Matchers with EasyMockSugar {
}

describe("Blob Agent") {
it("should return the 'blobs' as name") {
new BlobAgent().getName shouldEqual "blobs"
it("should return the 'ossblobs' as name") {
new BlobAgent().getName shouldEqual "ossblobs"
}

it("should load the dispatchers from the config") {
Expand Down

0 comments on commit 17085cd

Please sign in to comment.