Skip to content

Commit

Permalink
Update documentation of test_version macro
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Nov 30, 2023
1 parent 287239e commit d3e70e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daphne/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,12 @@ impl AggregationJobTest {
//
// and
//
// something_draft09
// something_draftlatest
//
// that called something(version) with the appropriate version.
//
// We use the "paste" crate to get a macro that can paste tokens and also
// fiddle case.
// fiddle with the case.
#[macro_export]
macro_rules! test_version {
($fname:ident, $version:ident) => {
Expand Down

0 comments on commit d3e70e9

Please sign in to comment.