Skip to content

Commit

Permalink
Merge pull request #49 from pieces-app/fix/test_library_path
Browse files Browse the repository at this point in the history
fixes test path
  • Loading branch information
sam-at-pieces authored Feb 28, 2024
2 parents fd6e4f7 + 557525b commit 78000f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/web_socket_handler_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from unittest.mock import Mock, patch
import pytest
from src.pieces.api import WebSocketManager
from pieces.api import WebSocketManager

class TestWebSocketManager:

Expand Down

0 comments on commit 78000f2

Please sign in to comment.