Skip to content

Commit

Permalink
delete no longer relevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sesu8642 committed Mar 6, 2024
1 parent 6aa9f62 commit 88f56f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/tea_validation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,5 @@ void main() {
expect(() => _sut.validate(), throwsA(isA<FormatException>()));
});

test('null notes is invalid', () {
_sut.detailedNotes = null;
expect(() => _sut.validate(), throwsA(isA<FormatException>()));
});
});
}

0 comments on commit 88f56f4

Please sign in to comment.