fix unit tests for network handling

This commit is contained in:
John Mitchell
2019-04-11 10:42:33 -04:00
parent ad0e409448
commit 344713f938
26 changed files with 499 additions and 344 deletions
+1
View File
@@ -275,4 +275,5 @@ Lookup.defaultProps = {
name: null,
};
export { Lookup as _Lookup };
export default withNetwork(Lookup);