diff options
| author | Eevee (Alex Munroe) <eevee.git@veekun.com> | 2014-09-04 15:44:57 -0700 |
|---|---|---|
| committer | Eevee (Alex Munroe) <eevee.git@veekun.com> | 2014-09-04 15:44:57 -0700 |
| commit | 43270e40f6ae288a7c00a61302cb686d290ccae0 (patch) | |
| tree | 5f075193fd00006237aa3da2381c5205826cbde7 /scss/tests | |
| parent | b975fe23d42b8e5b334c273dbddba5744a501a26 (diff) | |
| download | pyscss-43270e40f6ae288a7c00a61302cb686d290ccae0.tar.gz | |
Update sprite-map test.
The hash is affected by the repr of Sass types, which I changed
recently.
Diffstat (limited to 'scss/tests')
| -rw-r--r-- | scss/tests/files/kronuz/sprite-map.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/tests/files/kronuz/sprite-map.css b/scss/tests/files/kronuz/sprite-map.css index 70a1aac..c35d186 100644 --- a/scss/tests/files/kronuz/sprite-map.css +++ b/scss/tests/files/kronuz/sprite-map.css @@ -1,5 +1,5 @@ .mod { - background: url(static/assets/squares-nafpKaM4RlNNZcIbS0wv_g.png) no-repeat; + background: url(static/assets/squares-VibPQk6pxrVaZFH4Xjk4LQ.png) no-repeat; } .mod.ten-by-ten { width: 10px; |
