Commit 818072d 1 parent 86458e5 commit 818072d Copy full SHA for 818072d
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import type { PinejsClient } from '@balena/pinejs/out/sbvr-api/sbvr-utils' ;
1
+ import type { sbvrUtils } from '@balena/pinejs' ;
2
+ import { expect } from 'chai' ;
2
3
import { Release } from '../../src/balena-model' ;
3
4
import { supertest , UserObjectParam } from '../test-lib/supertest' ;
4
- import { expect } from 'chai' ;
5
5
import { version } from './versions' ;
6
6
import { pineTest , PineTest } from './pinetest' ;
7
7
@@ -83,7 +83,7 @@ export const addImageToRelease = async (
83
83
} ;
84
84
85
85
export const expectResourceToMatch = async < T = AnyObject > (
86
- pineUser : PineTest | PinejsClient | { token : string } | string ,
86
+ pineUser : PineTest | sbvrUtils . PinejsClient | { token : string } | string ,
87
87
resource : string ,
88
88
id : number | AnyObject ,
89
89
expectations : Dictionary <
You can’t perform that action at this time.
0 commit comments