Skip to content

Commit

Permalink
test: Update test case names
Browse files Browse the repository at this point in the history
  • Loading branch information
unlight committed Jan 18, 2025
1 parent de3f17c commit 166d920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/scalars.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('scalars', () => {
}));
});

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

it('bytes should have type equal to prisma', () => {
it('bytes should have type equal to prisma nullable', () => {
const s = testSourceFile({
file: 'user.model.ts',
project,
Expand Down

0 comments on commit 166d920

Please sign in to comment.