Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
newbray committed Feb 13, 2024
1 parent 8e5b5ea commit 3328a3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/schemas/my_namespace/my_updated_schema.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# This file is autogenerated by Deimos, Do NOT modify
module Schemas; module MyNamespace
module Schemas; module Com; module MyNamespace
### Primary Schema Class ###
# Autogenerated Schema for Record at com.my-namespace.MySchema
class MyUpdatedSchema < Schemas::MyNamespace::MySchema
Expand All @@ -16,3 +16,4 @@ def initialize(test_id: nil,
end
end
end
end

0 comments on commit 3328a3e

Please sign in to comment.