Skip to content

Commit

Permalink
Update packages/selected-network-controller/tests/SelectedNetworkCont…
Browse files Browse the repository at this point in the history
…roller.test.ts

Co-authored-by: Alex Donesky <[email protected]>
  • Loading branch information
jiexi and adonesky1 authored Jun 5, 2024
1 parent aba6278 commit 59bd3ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ describe('SelectedNetworkController', () => {
});

describe('When a permission is added or removed', () => {
it('should add new domain to domains list on permission if and #useRequestQueuePreference is true', async () => {
it('should add new domain to domains list on permission add if #useRequestQueuePreference is true', async () => {
const { controller, messenger } = setup({
useRequestQueuePreference: true,
});
Expand Down

0 comments on commit 59bd3ee

Please sign in to comment.