Skip to content

Commit f3b3e1d

Browse files
authored
Move database adr to #8 set to approved. Move FE test file (#27)
1 parent b0dd7db commit f3b3e1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/adr/0008-database.md docs/adr/0006-database.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# ADR 8: Database
1+
# ADR 6: Database
22

33
Date: 2020-09-10
44

55
## Status
66

7-
Pending
7+
Approved
88

99
## Context
1010

frontend/src/App.test.js frontend/src/__tests__/App.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { render } from '@testing-library/react';
3-
import App from './App';
3+
import App from '../App';
44

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

0 commit comments

Comments
 (0)