File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ site/jekyll/_site
7
7
src /React.Sample.Cassette /cassette-cache
8
8
src /React.Sample.Mvc4 /ClearScript.V8
9
9
* .generated.js
10
+ * .generated.js.map
10
11
11
12
# # Ignore Visual Studio temporary files, build results, and
12
13
# # files generated by popular Visual Studio add-ons.
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public void ValidateHashShouldReturnFalseWhenHashDoesNotMatch()
55
55
public void ValidateHashShouldReturnTrueWhenHashMatches ( )
56
56
{
57
57
var hash = new FileCacheHash ( ) ;
58
- Assert . IsTrue ( hash . ValidateHash ( "// @hash " + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
58
+ Assert . IsTrue ( hash . ValidateHash ( "// @hash v2- " + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
59
59
}
60
60
}
61
61
}
You can’t perform that action at this time.
0 commit comments