Another try at fixing proto in CI

This commit is contained in:
Daniel Pupius
2025-05-02 13:04:56 -07:00
parent 1c7bfcd330
commit 622e37ae53
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ describe('PacketList', () => {
</Provider>
);
expect(screen.getByText('No packets received yet')).toBeInTheDocument();
expect(screen.getByText('Waiting for packets')).toBeInTheDocument();
});
});