Skip to content

Commit bbe1529

Browse files
committed
actual bug
1 parent fd1440b commit bbe1529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/ioc/InjectorTest.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
injector.registerListeners();
118118
} catch ( "Injector.ListenerCreationException" e ) {
119119
} catch ( Any e ) {
120-
fail( e );
120+
fail( e.getMessage() );
121121
}
122122
}
123123

0 commit comments

Comments
 (0)