Skip to content

Commit

Permalink
test(update): removing constants file change and adding Gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Nov 7, 2023
1 parent 94d8f67 commit 9a5c223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Rust 💿
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Rust 💿
uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
toolchain: 1.73.0
override: true
components: rustfmt, clippy

Expand Down
2 changes: 1 addition & 1 deletion tests/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const CHAT_USER_C_ID =
"did:key:z6MkrJ1upvw97WqetNm8nJ7xAPeTqUKZSunnRDzqSRQ6Fuh8";
export const CHAT_USER_L_ID =
"did:key:z6Mkf4d6X4WwMoUw6hSf25aMuwm8CiL1mGxsfL96TTz4Pd6y";
export const MACOS_BUNDLE_ID = "im.satellite.uplink11062023";
export const MACOS_BUNDLE_ID = "im.satellite.uplink";
export const MACOS_USER_A_BUNDLE_ID = "im.satellite.uplinkChatUserA";
export const MACOS_USER_B_BUNDLE_ID = "im.satellite.uplinkChatUserB";
export const MACOS_DRIVER = "mac2";
Expand Down

0 comments on commit 9a5c223

Please sign in to comment.