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
commit172f05d216218ad1481d763691f14476680623b7 (patch)
treebc60b0742a7399d7a5110fd42f593cd2c0d094ef /api/auto_constants.go
parent7253a6c689611c94141cecec64b37b7371a5cd00 (diff)
downloadchat-172f05d216218ad1481d763691f14476680623b7.tar.gz
chat-172f05d216218ad1481d763691f14476680623b7.tar.bz2
chat-172f05d216218ad1481d763691f14476680623b7.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"}
)