Skip to content

Commit

Permalink
Move database adr to #8 set to approved. Move FE test file (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasalisbury committed Sep 16, 2020
1 parent b0dd7db commit f3b3e1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/adr/0008-database.md → docs/adr/0006-database.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ADR 8: Database
# ADR 6: Database

Date: 2020-09-10

## Status

Pending
Approved

## Context

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.test.js → frontend/src/__tests__/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
import App from '../App';

test('renders Hello World', () => {
const { getByText } = render(<App />);
Expand Down

0 comments on commit f3b3e1d

Please sign in to comment.