Skip to content

Commit

Permalink
Github actions Macos FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
shuritch committed Mar 18, 2024
1 parent 0a158e7 commit e6076fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Removed private fields -> decomposition to utils
- Updated packages
- Scheduler as self-entity -> can be removed by astropack scheduler in the future
- Fixed bug with nested updates

## [1.7.0][] - 2024-01-14

Expand Down
3 changes: 1 addition & 2 deletions tests/unit.deep.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ test('Nested folder', async () => {
const timeout = setTimeout(() => reject('timeout'), TEST_TIMEOUT);

watcher.on('after', changes => {
console.log(changes, changes.length);
assert.strictEqual(changes.length, 1);
assert.strictEqual(changes.length > 0, true);
clearTimeout(timeout);
flag = true;
resolve();
Expand Down

0 comments on commit e6076fc

Please sign in to comment.