Skip to content

Commit b96bfbe

Browse files
sgaistpaketo-bot
authored andcommitted
fix(test): add missing update to check for Python 3.10
1 parent bba85fe commit b96bfbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/default_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func testDefault(t *testing.T, context spec.G, it spec.S) {
8787
))
8888
Expect(logs).To(ContainLines(
8989
// Due to Pipfile requirement
90-
MatchRegexp(` Installing CPython 3.9.\d+`),
90+
MatchRegexp(` Installing CPython 3.10.\d+`),
9191
))
9292

9393
container, err = docker.Container.Run.

0 commit comments

Comments
 (0)