Skip to content

Commit c6f8323

Browse files
committed
rename the test to avoid a conflict with #1315
1 parent 92fee30 commit c6f8323

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

test/plots/athletes-sort.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as Plot from "@observablehq/plot";
22
import * as d3 from "d3";
33

4-
export async function athletesSort() {
4+
export async function athletesSortFacet() {
55
const athletes = await d3.csv("data/athletes.csv", d3.autoType);
66
const female = (d) => d.sex === "female";
77
return Plot.barX(athletes, Plot.groupZ({x: "mean"}, {x: female, fy: "sport", sort: {fy: "x"}})).plot();

0 commit comments

Comments
 (0)