Add small comment to test

This commit is contained in:
Kyle Shockey
2017-08-09 17:44:36 -07:00
parent e72e853e4b
commit 049e227c3c

View File

@@ -37,7 +37,7 @@ describe("<Schemes/>", function(){
]) ])
wrapper.setProps(props) wrapper.setProps(props)
// Then currentScheme should default to first scheme in options list // Then currentScheme should default to first scheme in options list, again
expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get") expect(props.specActions.setScheme).toHaveBeenCalledWith("https", "/test", "get")
}) })