Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 99e32b2

Browse files
committed
Add error back into transaction process.
1 parent 6e38dad commit 99e32b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protractor/chat/chat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ app.controller('ChatCtrl', function Chat($scope, $FirebaseObject, $FirebaseArray
5555
}
5656
}, function (error, committed, snapshot) {
5757
if( error ) {
58-
58+
verify(false, "Messages count transaction errored: " + error);
5959
}
6060
else if(!committed) {
6161
// Handle aborted transaction

0 commit comments

Comments
 (0)