Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Jun 4, 2024
1 parent 19f4b01 commit 7f74e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/test/Schema/brand.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as Util from "@effect/schema/test/TestUtils"
import { describe, expect, it } from "vitest"

describe("brand", () => {
it.only("the constructor should validate the input by default", () => {
it("the constructor should validate the input by default", () => {
const schema = S.NonEmpty.pipe(S.brand("A"))
Util.expectConstructorSuccess(schema, "a")
Util.expectConstructorFailure(
Expand Down

0 comments on commit 7f74e8a

Please sign in to comment.