Skip to content

Commit 037ac37

Browse files
committed
tests
1 parent 74731a4 commit 037ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/core/util/CFMLEngineTest.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
function testGetVersion(){
8-
expect( target.getVersion() ).toBeNumeric( target.getVersion() );
8+
expect( target.getVersion() ).notToBeEmpty();
99
}
1010

1111
function testGetFullVersion(){

0 commit comments

Comments
 (0)