Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 31f5b8c

Browse files
committed
fixed typo
1 parent 997bcc2 commit 31f5b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/text-buffer-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('when a buffer is already open', () => {
2424

2525
it('replaces atom/flight-manualatomio with $1', () => {
2626
buffer.setText('atom/flight-manualatomio')
27-
buffer.replace($1, '$1')
27+
buffer.replace(/\.(atom)\./, '$1')
2828

2929
expect(buffer.getText()).toBe('atom/flight-manualatomio')
3030
})

0 commit comments

Comments
 (0)