From 5dec05e0c3dd3540dbe011ab71a30b15476680b4 Mon Sep 17 00:00:00 2001 From: Poolitzer Date: Thu, 19 Feb 2026 16:55:48 +0100 Subject: [PATCH] Fix: Moved inline test file to _inline folder (#5140) --- changes/unreleased/5140.jcXPuwWiM4zqtxGPWgYSoo.toml | 5 +++++ tests/{ => _inline}/test_inlinequeryresultsbutton.py | 0 2 files changed, 5 insertions(+) create mode 100644 changes/unreleased/5140.jcXPuwWiM4zqtxGPWgYSoo.toml rename tests/{ => _inline}/test_inlinequeryresultsbutton.py (100%) diff --git a/changes/unreleased/5140.jcXPuwWiM4zqtxGPWgYSoo.toml b/changes/unreleased/5140.jcXPuwWiM4zqtxGPWgYSoo.toml new file mode 100644 index 000000000..deb35d65d --- /dev/null +++ b/changes/unreleased/5140.jcXPuwWiM4zqtxGPWgYSoo.toml @@ -0,0 +1,5 @@ +other = "Fix: Moved inline test file to _inline folder" +[[pull_requests]] +uid = "5140" +author_uids = ["Poolitzer"] +closes_threads = [] diff --git a/tests/test_inlinequeryresultsbutton.py b/tests/_inline/test_inlinequeryresultsbutton.py similarity index 100% rename from tests/test_inlinequeryresultsbutton.py rename to tests/_inline/test_inlinequeryresultsbutton.py