Skip to content

Commit

Permalink
Prevent NPE during cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Nov 23, 2023
1 parent fe1066f commit 7bd3ab1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ void sharedBefore() throws Exception {
}

void sharedAfter() {
if (fbManager == null) return;
try {
if (fbManager.getState().equals("Stopped")) {
FBTestProperties.configureFBManager(fbManager);
Expand Down

0 comments on commit 7bd3ab1

Please sign in to comment.