Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarDamkjaer committed Nov 6, 2023
1 parent 6d60014 commit a7dcd30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/browser/modules/Stream/CypherFrame/AsciiView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import { shallowEquals } from 'services/utils'
import { GlobalState } from 'shared/globalState'
import { BrowserRequestResult } from 'shared/modules/requests/requestsDuck'
import { getMaxFieldItems } from 'shared/modules/settings/settingsDuck'
import { Record } from 'neo4j-driver'

interface BaseAsciiViewComponentProps {
result: BrowserRequestResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe('<DetailsPane />', () => {
type: type,
item: {
id: 'abc',
elementId: 'abc',
labels,
propertyList
}
Expand All @@ -65,6 +66,7 @@ describe('<DetailsPane />', () => {
type: type,
item: {
id: 'abc',
elementId: 'abc',
type: 'abc2',
propertyList
}
Expand Down

0 comments on commit a7dcd30

Please sign in to comment.