Skip to content

Commit

Permalink
Handle rename correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Oct 31, 2023
1 parent fa2f5ec commit 88f6015
Show file tree
Hide file tree
Showing 29 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion adapter-managers/element-call-authentication.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Adapter tool to provide a very specific acceptance flow for an element call adapter.
from datetime import datetime
from quart import Quart, request
app = Quart(__name__)

Expand Down
1 change: 0 additions & 1 deletion adapter-managers/element-call-behaviour.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Adapter tool to provide a very specific acceptance flow for an element call adapter.
from datetime import datetime
from quart import Quart, request
app = Quart(__name__)

Expand Down
1 change: 0 additions & 1 deletion adapter-managers/element-call-browser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Adapter tool to provide a very specific acceptance flow for an element call adapter.
from datetime import datetime
from quart import Quart, request
app = Quart(__name__)

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from trafficlight.client_types import ElementCall
from trafficlight.internals.client import ElementCallClient
from trafficlight.internals.test import Test
from trafficlight.tests.video.handle_invite_base import InviteLinksMixin
from trafficlight.sample_tests.video.handle_invite_base import InviteLinksMixin


class OneRegisteredInviteLinksTest(Test, InviteLinksMixin):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from trafficlight.client_types import ElementCall
from trafficlight.internals.client import ElementCallClient
from trafficlight.internals.test import Test
from trafficlight.tests.video.handle_invite_base import InviteLinksMixin
from trafficlight.sample_tests.video.handle_invite_base import InviteLinksMixin


class TwoRegisteredInviteLinksTest(Test, InviteLinksMixin):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from trafficlight.client_types import ElementCall
from trafficlight.internals.client import ElementCallClient
from trafficlight.internals.test import Test
from trafficlight.tests.video.handle_invite_base import InviteLinksMixin
from trafficlight.sample_tests.video.handle_invite_base import InviteLinksMixin


class TwoGuestsInviteLinksTest(Test, InviteLinksMixin):
Expand Down

0 comments on commit 88f6015

Please sign in to comment.