Skip to content

Commit

Permalink
tests whitespaces
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
silverqx committed Dec 19, 2022
1 parent ba6551d commit ec89b88
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2566,9 +2566,9 @@ void tst_Relations_Inserting_Updating::sync_BasicPivot_IdsWithAttributes() const
}

const auto changed = tag5->torrents()->sync(
{{torrent100[ID]->value<quint64>(), {{"active", true}}},
{torrent101[ID]->value<quint64>(), {{"active", false}}},
{torrent103[ID]->value<quint64>(), {{"active", true}}}});
{{torrent100[ID]->value<quint64>(), {{"active", true}}},
{torrent101[ID]->value<quint64>(), {{"active", false}}},
{torrent103[ID]->value<quint64>(), {{"active", true}}}});

// Verify result
QVERIFY(changed.isValidKey(Attached));
Expand Down Expand Up @@ -2783,9 +2783,9 @@ void tst_Relations_Inserting_Updating::sync_CustomPivot_IdsWithAttributes() cons
}

const auto changed = torrent5->tags()->sync(
{{tag100[ID]->value<quint64>(), {{"active", true}}},
{tag101[ID]->value<quint64>(), {{"active", false}}},
{tag103[ID]->value<quint64>(), {{"active", true}}}});
{{tag100[ID]->value<quint64>(), {{"active", true}}},
{tag101[ID]->value<quint64>(), {{"active", false}}},
{tag103[ID]->value<quint64>(), {{"active", true}}}});

// Verify result
QVERIFY(changed.isValidKey(Attached));
Expand Down Expand Up @@ -3023,9 +3023,9 @@ void tst_Relations_Inserting_Updating::
}

const auto changed = tag5->torrents()->syncWithoutDetaching(
{{torrent100[ID]->value<quint64>(), {{"active", true}}},
{torrent101[ID]->value<quint64>(), {{"active", false}}},
{torrent103[ID]->value<quint64>(), {{"active", true}}}});
{{torrent100[ID]->value<quint64>(), {{"active", true}}},
{torrent101[ID]->value<quint64>(), {{"active", false}}},
{torrent103[ID]->value<quint64>(), {{"active", true}}}});

// Verify result
QVERIFY(changed.isValidKey(Attached));
Expand Down Expand Up @@ -3236,9 +3236,9 @@ void tst_Relations_Inserting_Updating::
}

const auto changed = torrent5->tags()->syncWithoutDetaching(
{{tag100[ID]->value<quint64>(), {{"active", true}}},
{tag101[ID]->value<quint64>(), {{"active", false}}},
{tag103[ID]->value<quint64>(), {{"active", true}}}});
{{tag100[ID]->value<quint64>(), {{"active", true}}},
{tag101[ID]->value<quint64>(), {{"active", false}}},
{tag103[ID]->value<quint64>(), {{"active", true}}}});

// Verify result
QVERIFY(changed.isValidKey(Attached));
Expand Down

0 comments on commit ec89b88

Please sign in to comment.