Skip to content

Commit e758e2f

Browse files
committed
test: fix yaml assertion
1 parent fb3f9f5 commit e758e2f

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

crates/oas3/src/spec/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ mod tests {
256256
#[test]
257257
fn spec_extensions_serialize() {
258258
let spec = indoc::indoc! {"
259-
openapi: '3.1.0'
259+
openapi: 3.1.0
260260
info:
261261
title: test
262262
version: v1

flake.lock

+14-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
inputs = {
3-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
3+
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";
4+
flake-parts.url = "github:hercules-ci/flake-parts";
45
};
56

67
outputs = inputs@{ flake-parts, ... }:

0 commit comments

Comments
 (0)