File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed 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 v2 -" + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
58
+ Assert . IsTrue ( hash . ValidateHash ( "// @hash v3 -" + SAMPLE_HASH + "\n Hello World" , SAMPLE_HASH ) ) ;
59
59
}
60
60
}
61
61
}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public void ShouldWrapExceptionsInJsxExeption()
71
71
[ Test ]
72
72
public void ShouldUseCacheProvider ( )
73
73
{
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
75
75
{
76
76
Code = "/* cached */"
77
77
} ) ;
You can’t perform that action at this time.
0 commit comments