Skip to content

Commit 8124c0c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/result/result.spec.ts

Lines changed: 1 addition & 1 deletion
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)