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

Commit

Permalink
rm ; + )
Browse files Browse the repository at this point in the history
  • Loading branch information
darangi committed Sep 3, 2020
1 parent 2ecb542 commit 45c099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/teletype-package.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,7 @@ suite('TeletypePackage', function () {
const getTitles = (paneItems) => paneItems.map((item) => item.getTitle())

const originalRemotePaneItems = getRemotePaneItems(environment)
console.log('LOGS', originalRemotePaneItems, getTitles(originalRemotePaneItems), getTitles(getRemotePaneItems(environment));
console.log('LOGS', originalRemotePaneItems, getTitles(originalRemotePaneItems), getTitles(getRemotePaneItems(environment)))
await condition(() => {
return !deepEqual(
getTitles(originalRemotePaneItems),
Expand Down

1 comment on commit 45c099d

@Whoerr
Copy link

@Whoerr Whoerr commented on 45c099d Oct 23, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From https://github.com/atom/teletype
! [rejected] tests-timeout -> pr-563/atom/tests-timeout (non-fast-forward)

Please sign in to comment.