Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsheils committed Aug 3, 2023
1 parent a5e6563 commit be40d8c
Show file tree
Hide file tree
Showing 2 changed files with 11,588 additions and 18,803 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('RampFacade', () => {
isLoaded = await readFirst(facade.loading$);

// expect(list.length).toBe(0);
expect(isLoaded).toBe(true);
expect(isLoaded).toBe(false);
});

/**
Expand Down
Loading

0 comments on commit be40d8c

Please sign in to comment.