Skip to content

Commit 166d920

Browse files
committed
test: Update test case names
1 parent de3f17c commit 166d920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/scalars.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe('scalars', () => {
1919
}));
2020
});
2121

22-
it('bytes should have type equal to prisma', () => {
22+
it('bytes should have type equal to prisma not null', () => {
2323
const s = testSourceFile({
2424
file: 'user.model.ts',
2525
project,
@@ -28,7 +28,7 @@ describe('scalars', () => {
2828
expect(s.property?.type).toEqual('Uint8Array');
2929
});
3030

31-
it('bytes should have type equal to prisma', () => {
31+
it('bytes should have type equal to prisma nullable', () => {
3232
const s = testSourceFile({
3333
file: 'user.model.ts',
3434
project,

0 commit comments

Comments
 (0)