fix: bust cache builds (#6847)
* chore: test cache build * test turbo * chore: intentionally break tests * chore: fix test * chore: rename test
This commit is contained in:
+2
-4
@@ -230,7 +230,7 @@ moduleIntegrationTestRunner({
|
||||
})
|
||||
|
||||
describe("setPriceListRules", () => {
|
||||
it("should add a priceListRule to a priceList", async () => {
|
||||
it("should add a price list rule to a price list", async () => {
|
||||
await createRuleTypes(testManager, [
|
||||
{
|
||||
id: "rule-type-3",
|
||||
@@ -247,9 +247,7 @@ moduleIntegrationTestRunner({
|
||||
})
|
||||
|
||||
const [priceList] = await service.listPriceLists(
|
||||
{
|
||||
id: ["price-list-1"],
|
||||
},
|
||||
{ id: ["price-list-1"] },
|
||||
{
|
||||
relations: [
|
||||
"price_list_rules",
|
||||
|
||||
Reference in New Issue
Block a user