mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
build(deps): bump @pybricks/firmware from 6.0.1 to 6.1.0 (#1243)
* build(deps): bump @pybricks/firmware from 6.0.1 to 6.1.0 Bumps [@pybricks/firmware](https://github.com/pybricks/pybricks-micropython/tree/HEAD/npm/firmware) from 6.0.1 to 6.1.0. - [Release notes](https://github.com/pybricks/pybricks-micropython/releases) - [Changelog](https://github.com/pybricks/pybricks-micropython/blob/master/npm/firmware/CHANGELOG.md) - [Commits](https://github.com/pybricks/pybricks-micropython/commits/HEAD/npm/firmware) --- updated-dependencies: - dependency-name: "@pybricks/firmware" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update firmware version in test Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David Lechner <david@lechnology.com>
This commit is contained in:
co-authored by
David Lechner
parent
47112a3ad6
commit
49cc0e2126
@@ -235,7 +235,7 @@ async function runConnectUntil(saga: AsyncSaga, point: ConnectRunPoint): Promise
|
||||
}
|
||||
|
||||
await expect(saga.take()).resolves.toEqual(
|
||||
blePybricksServiceDidNotReceiveHubCapabilities(pnpId, '3.2.0b3'),
|
||||
blePybricksServiceDidNotReceiveHubCapabilities(pnpId, '3.2.0b4'),
|
||||
);
|
||||
|
||||
if (point === ConnectRunPoint.DidNotReceiveHubCapabilities) {
|
||||
|
||||
Reference in New Issue
Block a user