Skip to content

Commit

Permalink
fix contains in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Apr 25, 2024
1 parent 579e729 commit c4a38be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/migrate/is_validated_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ func Test_IsValidated(t *testing.T) {
},
})

require.ErrorContains(t, err, "has not been part of any emulated migrations yet")
require.ErrorContains(t, err, "does not appear to have been a part of any emulated migrations yet")
})
}

0 comments on commit c4a38be

Please sign in to comment.