File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ describe('validateVersion', () => {
112112 } ) ;
113113
114114 it ( 'should log success for matching versions' , ( ) => {
115- validateVersion ( '0.4 .0' ) ;
115+ validateVersion ( '0.5 .0' ) ;
116116
117117 expect ( consoleLogSpy ) . toHaveBeenCalledWith (
118- expect . stringContaining ( 'Version check passed: v0.4 .0' ) ,
118+ expect . stringContaining ( 'Version check passed: v0.5 .0' ) ,
119119 ) ;
120120 expect ( consoleWarnSpy ) . not . toHaveBeenCalled ( ) ;
121121 } ) ;
@@ -127,7 +127,7 @@ describe('validateVersion', () => {
127127 expect . stringContaining ( 'Version mismatch' ) ,
128128 ) ;
129129 expect ( consoleWarnSpy ) . toHaveBeenCalledWith (
130- expect . stringContaining ( 'Frontend v0.4 .0' ) ,
130+ expect . stringContaining ( 'Frontend v0.5 .0' ) ,
131131 ) ;
132132 expect ( consoleWarnSpy ) . toHaveBeenCalledWith (
133133 expect . stringContaining ( 'Backend v0.3.0' ) ,
You can’t perform that action at this time.
0 commit comments