Skip to content

Commit 8124c0c

Browse files
Gregor WoiwodeGregor Woiwode
Gregor Woiwode
authored and
Gregor Woiwode
committed
refactor(test): refine test data
1 parent 47d858d commit 8124c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/result/result.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ describe('Result', () => {
5555

5656
describe('hasError', () => {
5757
test('grants access to error when Result is in error state', () => {
58-
const error = 'Alan Turing';
58+
const error = 'Ouch!';
5959
const sut = Result.failure(error);
6060

6161
if (sut.hasError()) {

0 commit comments

Comments
 (0)