Skip to content

Commit

Permalink
Fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurilehmijoki committed Jan 5, 2015
1 parent b49639f commit e3efbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/s3/website/S3WebsiteSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ class S3WebsiteSpec extends Specification {
}
}

"max-age in config" can {
"max_age in config" can {
"be applied to all files" in new BasicSetup {
config = "max_age: 60"
setLocalFile("index.html")
Expand Down

0 comments on commit e3efbf1

Please sign in to comment.