diff --git a/test/Button_test.jsx b/test/Button_test.jsx
index c79f1c77f..aea23f759 100644
--- a/test/Button_test.jsx
+++ b/test/Button_test.jsx
@@ -29,7 +29,7 @@ describe("Button", () => {
it("throws an error for small, destructive buttons", () => {
assert.throws(() => {
shallow();
- }, "Small destructive buttons are not supported");
+ }, {message: "Small destructive buttons are not supported"});
});
it("renders a