Skip to content

Commit d92de3f

Browse files
committed
update
1 parent 26c9418 commit d92de3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dart/test/sentry_options_test.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,6 @@ void main() {
205205
// Access parsedDsn for the first time
206206
final parsedDsn1 = options.parsedDsn;
207207

208-
// Verify that parsedDsn is not null
209-
expect(parsedDsn1, isNotNull);
210-
211208
// Access parsedDsn again
212209
final parsedDsn2 = options.parsedDsn;
213210

0 commit comments

Comments
 (0)