diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-06-22 08:37:20 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-06-22 08:37:20 -0400 |
commit | 172f05d216218ad1481d763691f14476680623b7 (patch) | |
tree | bc60b0742a7399d7a5110fd42f593cd2c0d094ef /api/auto_constants.go | |
parent | 7253a6c689611c94141cecec64b37b7371a5cd00 (diff) | |
download | chat-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.go | 2 |
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"} ) |