Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
cover a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Dec 18, 2014
1 parent e328cc2 commit 9243d31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/usage_impl_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ void defineTests() {
mock.setSessionValue('val', 'ue');
mock.sendScreenView('bar');
has(mock.last, 'val');
mock.setSessionValue('val', null);
mock.sendScreenView('baz');
hasnt(mock.last, 'val');
});
});

Expand Down

0 comments on commit 9243d31

Please sign in to comment.