summaryrefslogtreecommitdiffstats
path: root/api/auto_constants.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-22 08:37:20 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-22 08:37:20 -0400
commit6207f2b7e8b52b309da691fa44144b201b3a2660 (patch)
tree7c8d62a93431512b65af035f23eb76e3818c8e5f /api/auto_constants.go
parent72c2ca8fc865f9144dbf98fc1e85bb5bc5004298 (diff)
downloadchat-6207f2b7e8b52b309da691fa44144b201b3a2660.tar.gz
chat-6207f2b7e8b52b309da691fa44144b201b3a2660.tar.bz2
chat-6207f2b7e8b52b309da691fa44144b201b3a2660.zip
Changing test images
Diffstat (limited to 'api/auto_constants.go')
-rw-r--r--api/auto_constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auto_constants.go b/api/auto_constants.go
index 7af90a5f1..3f8831055 100644
--- a/api/auto_constants.go
+++ b/api/auto_constants.go
@@ -32,5 +32,5 @@ var (
POST_MESSAGE_LEN = utils.Range{100, 400}
POST_HASHTAGS_NUM = utils.Range{5, 10}
POST_MENTIONS_NUM = utils.Range{0, 3}
- TEST_IMAGE_FILENAMES = []string{"test.png", "salamander.jpg", "toothless.gif"}
+ TEST_IMAGE_FILENAMES = []string{"test.png", "testjpg.jpg", "testgif.gif"}
)