Skip to content

Commit d540bee

Browse files
carsonmcdonaldzmoazeni
authored andcommitted
Fix broken test by removing incorrectly identified duplicate.
1 parent 0825139 commit d540bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/csscss/redundancy_analyzer_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module Csscss
6868
.baz {
6969
margin: 3px 3px 30px 3px;
7070
padding: 10px 30px;
71-
background: white url(images/bg-bolt-inactive.png) no-repeat 99% 5px;
71+
background: blue url(images/bg-bolt-inactive.png) no-repeat 99% 5px;
7272
7373
-webkit-border-radius: 4px;
7474
-moz-border-radius: 4px;

0 commit comments

Comments
 (0)