Skip to content

Commit

Permalink
Correct duplicated sector
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Dec 15, 2024
1 parent 1dfd7d4 commit 91480eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/fragmentarium/domain/archaeology.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const findspotDto: FindspotDto = {
plans: [planDto],
}
const defaultParams: Partial<Findspot> = {
sector: '',
sector: '',
area: '',
building: 'a house',
Expand Down Expand Up @@ -130,7 +129,6 @@ test.each([
[
'with full info',
{
sector: 'some sector',
sector: 'some sector',
area: 'some area',
room: 'Room 42',
Expand Down

0 comments on commit 91480eb

Please sign in to comment.