Skip to content

Commit 5519b31

Browse files
committed
rename the test to avoid a conflict with #1316
1 parent 509fca1 commit 5519b31

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 athletesSortNationality() {
55
const athletes = await d3.csv("data/athletes.csv", d3.autoType);
66
return Plot.plot({
77
color: {legend: true},

0 commit comments

Comments
 (0)