瀏覽代碼

fix tests

Daniel Zlotin 7 年之前
父節點
當前提交
04ac8f4a88
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/containers/ContainerRegistry.js

+ 1
- 1
src/containers/ContainerRegistry.js 查看文件

@@ -14,7 +14,7 @@ function wrapContainer(containerKey, OriginalContainer) {
14 14
     constructor(props) {
15 15
       super(props);
16 16
       if (!props.containerId) {
17
-        //throw new Error(`Container ${containerKey} does not have a containerId!`);
17
+        throw new Error(`Container ${containerKey} does not have a containerId!`);
18 18
       }
19 19
       this.state = {
20 20
         containerId: props.containerId,