Skip to content

Commit

Permalink
capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrowder65 committed Mar 23, 2019
1 parent 5227631 commit 16a3725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/Login.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { render } from "../../test/test-utils";
import Login from "../login";
import Login from "../Login";

test("that it renders without issues", () => {
render(<Login />);
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/Signup.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";
import { render } from "../../test/test-utils";
import Signup from "../signup";
import Signup from "../Signup";

test("that it renders without errors", () => {
render(<Signup />);
Expand Down

0 comments on commit 16a3725

Please sign in to comment.