Skip to content

Commit

Permalink
fixing test description
Browse files Browse the repository at this point in the history
Signed-off-by: TJ Zhang <[email protected]>
  • Loading branch information
TJ Zhang committed Oct 21, 2024
1 parent a5e1adc commit 425fd13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
test-modules:
if: (github.repository_owner == 'valkey-io' && github.event_name == 'workflow_dispatch') || github.event.pull_request.head.repo.owner.login == 'valkey-io'
#environment: AWS_ACTIONS
environment: AWS_ACTIONS
name: Running Module Tests
runs-on: [self-hosted, linux, ARM64]
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion node/tests/ServerModules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe("GlideJson", () => {
);

it.each([ProtocolVersion.RESP2, ProtocolVersion.RESP3])(
"json.toggle formatting",
"json.toggle tests",
async (protocol) => {
client = await GlideClusterClient.createClient(
getClientConfigurationOption(cluster.getAddresses(), protocol),
Expand Down

0 comments on commit 425fd13

Please sign in to comment.