Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change test name
  • Loading branch information
denrase committed May 23, 2023
commit 2d1056f57bee58d8ee214af79550f7e301026e7c
2 changes: 1 addition & 1 deletion dart/test/sentry_exception_factory_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void main() {
expect(sentryException.throwable, throwable);
});

test('should not assigns stackTrace string to value', () {
test('should remove stackTrace string from value', () {
final stackTraceError = StackTraceError();
final sentryException = fixture.getSut().getSentryException(stackTraceError,
stackTrace: StackTraceErrorStackTrace());
Expand Down