How do I change the dot to a colon in a theorem environment?
Minimal Working Example:
\documentclass{book}
\usepackage{amsthm}
\newtheorem*{test}{Test}
\begin{document}
\begin{test}
\end{test}
\end{document}
Not a duplicate of Can I change the dot to a colon after Proof in amsthm? since neither answers there work.
