Skip to content

Commit

Permalink
Bump to k6 v0.45.1 to fix build (#242)
Browse files Browse the repository at this point in the history
* Bump to k6 v0.45.1 to fix build
* Run prettier

---------

Co-authored-by: Mostafa Moradian <[email protected]>
  • Loading branch information
mstoykov and mostafa authored Aug 5, 2023
1 parent 62c45f1 commit aae567b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/segmentio/kafka-go/sasl/aws_msk_iam_v2 v0.1.0
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.8.2
go.k6.io/k6 v0.45.0
go.k6.io/k6 v0.45.1
gopkg.in/guregu/null.v3 v3.5.0
)

Expand Down
6 changes: 3 additions & 3 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/test_bytes.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ export default function () {
...schemaRegistry.deserialize({
data: msgs[0].key,
schemaType: SCHEMA_TYPE_BYTES,
})
}),
).startsWith("test-id-"),
"value is correct": (msgs) =>
String.fromCharCode(
...schemaRegistry.deserialize({
data: msgs[0].value,
schemaType: SCHEMA_TYPE_BYTES,
})
}),
) == payload,
});
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_sasl_auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if (__VU == 0) {
});
console.log(
"Existing topics: ",
connection.listTopics(saslConfig, tlsConfig)
connection.listTopics(saslConfig, tlsConfig),
);
}

Expand Down

0 comments on commit aae567b

Please sign in to comment.