File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ public void ValidateHashShouldReturnFalseWhenHashDoesNotMatch()
5555 public void ValidateHashShouldReturnTrueWhenHashMatches ( )
5656 {
5757 var hash = new FileCacheHash ( ) ;
58- Assert . IsTrue ( hash . ValidateHash ( "// @hash v2 -" + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
58+ Assert . IsTrue ( hash . ValidateHash ( "// @hash v3 -" + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
5959 }
6060 }
6161}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public void ShouldWrapExceptionsInJsxExeption()
7171 [ Test ]
7272 public void ShouldUseCacheProvider ( )
7373 {
74- _cache . Setup ( x => x . Get < JavaScriptWithSourceMap > ( "JSX_v2_foo .jsx" , null ) ) . Returns ( new JavaScriptWithSourceMap
74+ _cache . Setup ( x => x . Get < JavaScriptWithSourceMap > ( "JSX_v3_foo .jsx" , null ) ) . Returns ( new JavaScriptWithSourceMap
7575 {
7676 Code = "/* cached */"
7777 } ) ;
You can’t perform that action at this time.
0 commit comments