Skip to content

Commit

Permalink
fix @effect/vitest .prop test (#3803)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Oct 21, 2024
1 parent 7564f56 commit 8b97669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ layer(Foo.Live)("layer", (it) => {
}))
})

it.effect.prop("adds context", [Schema.Number], ([num]) =>
it.effect.prop("adds context", [realNumber], ([num]) =>
Effect.gen(function*() {
const foo = yield* Foo
expect(foo).toEqual("foo")
Expand Down

0 comments on commit 8b97669

Please sign in to comment.