We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6d22a commit ab50367Copy full SHA for ab50367
src/nbmake/pytest_plugin.py
@@ -74,4 +74,4 @@ def pytest_terminal_summary(terminalreporter: Any, exitstatus: int, config: Any)
74
# but let us know if it is annoying you
75
# ...we can also print diagnostics/stats here -- requests welcome
76
discord = "https://discord.gg/QFjCpMjqRY"
77
- print(f"\n📝 nbmake support is available in discord: {discord}\n")
+ print(f"\nnbmake support is available in discord: {discord}\n")
0 commit comments