Skip to content
Snippets Groups Projects
Commit fb7ecd58 authored by Xiao Gui's avatar Xiao Gui
Browse files

bugfix: unit test

parent b178d750
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@ describe('> viewerState.useEffect.ts', () => {
expect(ctrlUseEffect.navigateToRegion$).toBeObservable(
hot('a', {
a: generalActionError({
message: `${region.name} has malformed position property: []`
message: `${region.name} - does not have a position defined`
})
})
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment