Skip to content

Commit 2d1056f

Browse files
committed
change test name
1 parent 3137954 commit 2d1056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dart/test/sentry_exception_factory_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void main() {
170170
expect(sentryException.throwable, throwable);
171171
});
172172

173-
test('should not assigns stackTrace string to value', () {
173+
test('should remove stackTrace string from value', () {
174174
final stackTraceError = StackTraceError();
175175
final sentryException = fixture.getSut().getSentryException(stackTraceError,
176176
stackTrace: StackTraceErrorStackTrace());

0 commit comments

Comments
 (0)