Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabib committed Dec 4, 2024
1 parent b5b82ec commit 050843b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/tests/lib/stores/sns-aggregator.store.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ describe("sns-aggregator store", () => {
expect(result.icrc1_metadata[3][1]).toEqual({ Text: "--- (CTS)" });
});

it("should sort sns by temporal isAbandoded property", () => {
it("should sort sns by temporary isAbandoded property", () => {
const data = [brokenSns, ...aggregatorMockSnsesDataDto];
snsAggregatorIncludingAbortedProjectsStore.setData(data);
expect(
Expand Down

0 comments on commit 050843b

Please sign in to comment.