Skip to content

Commit a5789cf

Browse files
committed
test: update version reference in tests
1 parent ecc91b7 commit a5789cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/plugin_tests/test_ctcp.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
import pytest
44

5+
import cloudbot
56
from plugins.core import core_ctcp
67

78

@@ -11,7 +12,7 @@
1112
[
1213
(
1314
"VERSION",
14-
"\x01VERSION gonzobot a fork of Cloudbot 1.4.0 - https://snoonet.org/gonzobot\x01",
15+
f"\x01VERSION gonzobot a fork of Cloudbot {cloudbot.__version__} - https://snoonet.org/gonzobot\x01",
1516
),
1617
("PING 1", "\x01PING 1\x01"),
1718
("TIME", "\x01TIME Thu Aug 22 13:14:36 2019\x01"),

0 commit comments

Comments
 (0)